menu
endaft_core package
documentation
server_test.dart
ResponseBase
ResponseBase.new constructor
ResponseBase.new constructor
dark_mode
light_mode
ResponseBase
constructor
ResponseBase
(
{
bool
error
=
false
,
List
<
String
>
messages
=
const []
,
int
statusCode
=
HttpStatus.ok
,
})
Implementation
ResponseBase({ this.error = false, this.messages = const [], this.statusCode = HttpStatus.ok, });
endaft_core package
documentation
server_test
ResponseBase
ResponseBase.new constructor
ResponseBase class