menu
flutter_sm_core package
documentation
sm_core.dart
MStatusDataExt<T>
isSuccess property
isSuccess property
dark_mode
light_mode
isSuccess
property
bool
get
isSuccess
Implementation
bool get isSuccess => this is MSuccessStatus;
flutter_sm_core package
documentation
sm_core
MStatusDataExt<T>
isSuccess property
MStatusDataExt extension on
MGetStatus
<
T
>