menu
fittor package
documentation
api/models/response.dart
FittorResponse
isSuccessful property
isSuccessful property
dark_mode
light_mode
isSuccessful
property
bool
get
isSuccessful
Implementation
bool get isSuccessful => statusCode >= 200 && statusCode < 300;
fittor package
documentation
api/models/response
FittorResponse
isSuccessful property
FittorResponse class