menu
plugin_uikit package
documentation
model/amity_response_model.dart
AmityResponse
AmityResponse.new constructor
AmityResponse.new constructor
dark_mode
light_mode
AmityResponse
constructor
AmityResponse
(
{
String
?
status
,
String
?
message
,
int
?
code
,
AmityData
?
data
,
})
Implementation
AmityResponse({this.status, this.message, this.code, this.data});
plugin_uikit package
documentation
model/amity_response_model
AmityResponse
AmityResponse.new constructor
AmityResponse class