isSuccess property
bool
get
isSuccess
Checks if the status indicates that the state is successful.
Implementation
bool get isSuccess => this is SuccessStatus;
Checks if the status indicates that the state is successful.
bool get isSuccess => this is SuccessStatus;