menu
nabit_app
model\common_models.dart
CommonModel
CommonModel constructor
CommonModel
dark_mode
light_mode
CommonModel
constructor
CommonModel
(
{
String
?
message
,
int
?
code
,
String
?
status
}
)
Implementation
CommonModel({ this.message, this.code, this.status, });
nabit_app
common_models
CommonModel
CommonModel constructor
CommonModel class