menu
aicycle_buyme_lib package
documentation
network/base_response.dart
BaseResponse
BaseResponse.new const constructor
BaseResponse.new const constructor
dark_mode
light_mode
BaseResponse
constructor
const
BaseResponse
(
{
String
?
message
,
dynamic
result
,
int
?
status
,
})
Implementation
const BaseResponse({this.message, this.result, this.status});
aicycle_buyme_lib package
documentation
network/base_response
BaseResponse
BaseResponse.new const constructor
BaseResponse class