menu
nylo_support package
documentation
networking/src/models/ny_response.dart
NyResponse<T>
hasData property
hasData property
dark_mode
light_mode
hasData
property
bool
get
hasData
Check if the response has data
Implementation
bool get hasData => data != null;
nylo_support package
documentation
networking/src/models/ny_response
NyResponse<T>
hasData property
NyResponse class