menu
flutter_api package
documentation
responses.dart
ApiResponseMap<K, V>
hasData property
hasData property
dark_mode
light_mode
hasData
property
bool
get
hasData
Implementation
bool get hasData => _map != null && _map!.length > 0;
flutter_api package
documentation
responses
ApiResponseMap<K, V>
hasData property
ApiResponseMap class