menu
ivybaby_api package
documentation
api/base/base_response.dart
BaseResponse<T>
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
bool
get
isEmpty
Implementation
bool get isEmpty => data == null;
ivybaby_api package
documentation
api/base/base_response
BaseResponse<T>
isEmpty property
BaseResponse class