isSuccess property
bool
get
isSuccess
Returns true
if this is a Result.success.
Implementation
bool get isSuccess => this is _SuccessResult<T>;
Returns true
if this is a Result.success.
bool get isSuccess => this is _SuccessResult<T>;