menu
flutter_vasat package
documentation
vasat_error.dart
VasatError
VasatError constructor
VasatError constructor
dark_mode
light_mode
VasatError
constructor
VasatError
(
String
error
, {
int
status
=
500
,
String
description
=
""
,
Exception
?
exception
,
})
Implementation
VasatError(this.error, {this.status = 500, this.description = "", this.exception});
flutter_vasat package
documentation
vasat_error
VasatError
VasatError constructor
VasatError class