isSuccess property
bool
get
isSuccess
Returns true if this constitutes a success.
Implementation
bool get isSuccess => this is Success<T, E>;
Returns true if this constitutes a success.
bool get isSuccess => this is Success<T, E>;