isSuccess property
bool
get
isSuccess
Whether this status is success.
Implementation
bool get isSuccess => this is SuccessStatus;
Whether this status is success.
bool get isSuccess => this is SuccessStatus;