isInitial property
bool
get
isInitial
Whether this is SubState.initial.
Implementation
bool get isInitial => this is SubInitial<TSuccess, TError>;
Whether this is SubState.initial.
bool get isInitial => this is SubInitial<TSuccess, TError>;