menu
roam_flutter package
documentation
trips_v2/models/Error.dart
Error
Error.new constructor
Error.new constructor
dark_mode
light_mode
Error
constructor
Error
(
{
dynamic
errorCode
,
String
?
errorMessage
,
String
?
errorDescription
,
required
List
<
Errors
>
errors
,
})
Implementation
Error({this.errorCode, this.errorMessage, this.errorDescription, required this.errors});
roam_flutter package
documentation
trips_v2/models/Error
Error
Error.new constructor
Error class