menu
falkon package
documentation
result.dart
Result<T>
isSuccess property
isSuccess property
dark_mode
light_mode
isSuccess
property
bool
get
isSuccess
Returns
true
when this is a
Success
.
Implementation
bool get isSuccess => this is Success<T>;
falkon package
documentation
result
Result<T>
isSuccess property
Result class