isSuccess property
bool
get
isSuccess
Returns true if this is a Success
Implementation
bool get isSuccess => this is Success<A, E>;
Returns true if this is a Success
bool get isSuccess => this is Success<A, E>;