json_api_document
json_api_document
ErrorDocument
toJson method
toJson
ErrorDocument class
Constructors
ErrorDocument
Properties
errors
api
hashCode
last
meta
next
related
runtimeType
self
Methods
toJson
noSuchMethod
toString
Operators
operator ==
toJson method
Map
<
String
,
dynamic
>
toJson
(
)
Returns the JSON representation.
Implementation
toJson() => super.toJson()..['errors'] = errors;