menu
flutter_eghl package
documentation
models/data_model.dart
EghlEcrErrorReponseModel
EghlEcrErrorReponseModel.new const constructor
EghlEcrErrorReponseModel.new const constructor
dark_mode
light_mode
EghlEcrErrorReponseModel
constructor
const
EghlEcrErrorReponseModel
(
{
required
String
responseCode
,
required
String
responseMessage
,
})
Implementation
const EghlEcrErrorReponseModel({ required super.responseCode, required super.responseMessage, });
flutter_eghl package
documentation
models/data_model
EghlEcrErrorReponseModel
EghlEcrErrorReponseModel.new const constructor
EghlEcrErrorReponseModel class