menu
chapasdk package
documentation
data/model/response/api_response.dart
ApiResponse
hasData method
hasData method
dark_mode
light_mode
hasData
method
bool
hasData
(
)
Checks if the API response contains any data.
Implementation
bool hasData() => data.isNotEmpty;
chapasdk package
documentation
data/model/response/api_response
ApiResponse
hasData method
ApiResponse class