menu
terkirim package
documentation
entities/response.dart
Response
Response.new constructor
Response.new constructor
dark_mode
light_mode
Response
constructor
Response
(
{
bool
?
status
,
dynamic
data
,
String
?
message
,
})
Implementation
Response({ this.status, this.data, this.message, });
terkirim package
documentation
entities/response
Response
Response.new constructor
Response class