menu
openapi_dart_common package
documentation
openapi.dart
DeserialisationError
DeserialisationError constructor
DeserialisationError constructor
dark_mode
light_mode
DeserialisationError
constructor
DeserialisationError
(
Map
<
String
,
dynamic
>
data
,
String
fieldName
,
String
className
,
String
reason
,
)
Implementation
DeserialisationError(this.data, this.fieldName, this.className, this.reason);
openapi_dart_common package
documentation
openapi
DeserialisationError
DeserialisationError constructor
DeserialisationError class