state property

DomainEntity? get state
inherited

Obtains the state currently exposed by this provider.

Mutating this property will notify the provider listeners.

Cannot be called while a provider is creating, unless the setter was called first.

Will throw if the provider threw during creation.

Implementation

State get state;
set state (DomainEntity? newState)
inherited

Implementation

set state(State newState);