menu
corehainong package
documentation
common/base_response.dart
BaseResponse
BaseResponse.new constructor
BaseResponse.new constructor
dark_mode
light_mode
BaseResponse
constructor
BaseResponse
(
{
bool
success
=
false
,
bool
?
isJson
,
String
msg
=
''
,
dynamic
data
,
})
Implementation
BaseResponse({this.success = false, this.isJson, this.msg = '', this.data});
corehainong package
documentation
common/base_response
BaseResponse
BaseResponse.new constructor
BaseResponse class