objections property

Iterable<Objection> objections

An unmodifiable Iterable of all active Objections which are preventing this phase from completing.

Implementation

Iterable<Objection> get objections => UnmodifiableListView(_objections);