menu
orkitt package
documentation
foundation.dart
Result<T, E>
isSuccess property
isSuccess property
dark_mode
light_mode
isSuccess
property
bool
get
isSuccess
Implementation
bool get isSuccess => this is Ok<T, E>;
orkitt package
documentation
foundation
Result<T, E>
isSuccess property
Result class