menu
resilify package
documentation
resilify.dart
ResultX<T>
isSuccess property
isSuccess property
dark_mode
light_mode
isSuccess
property
bool
get
isSuccess
Whether this result is a
Success
.
Implementation
bool get isSuccess => this is Success<T>;
resilify package
documentation
resilify
ResultX<T>
isSuccess property
ResultX extension on
Result
<
T
>