menu
sint package
documentation
state_manager/src/domain/sint_status.dart
SintStatus<T>
isSuccess property
isSuccess property
dark_mode
light_mode
isSuccess
property
bool
get
isSuccess
Implementation
bool get isSuccess => this is SuccessStatus<T>;
sint package
documentation
state_manager/src/domain/sint_status
SintStatus<T>
isSuccess property
SintStatus class