menu
azbox package
documentation
models/az_error.dart
AZError
AZError.new const constructor
AZError.new const constructor
dark_mode
light_mode
AZError
constructor
const
AZError
(
{
String
?
message
,
String
?
field
,
String
?
help
,
String
?
errorId
,
String
?
parameter
,
})
Implementation
const AZError({ this.message, this.field, this.help, this.errorId, this.parameter, });
azbox package
documentation
models/az_error
AZError
AZError.new const constructor
AZError class