menu
flutter_thirukural package
documentation
model/api_response_model.dart
ApiResponse
ApiResponse.new constructor
ApiResponse.new constructor
dark_mode
light_mode
ApiResponse
constructor
ApiResponse
(
{
bool
?
status
,
String
?
message
,
dynamic
response
,
})
Implementation
ApiResponse({ this.status, this.message, this.response, });
flutter_thirukural package
documentation
model/api_response_model
ApiResponse
ApiResponse.new constructor
ApiResponse class