state property

JsonSchemaState state
inherited

Returns the current state of the bloc.

Implementation

State get state => _stateSubject.value;