menu
zeus_api package
documentation
services/response.dart
Response
Response.new constructor
Response.new constructor
dark_mode
light_mode
Response
constructor
Response
(
bool
isSuccess
, {
required
String
message
,
dynamic
data
,
})
Implementation
Response(this.isSuccess, {required this.message, this.data});
zeus_api package
documentation
services/response
Response
Response.new constructor
Response class