json_api_document
json_api_document
Attributes
toJson method
toJson
Attributes class
Constructors
Attributes
Properties
hashCode
runtimeType
Methods
toJson
noSuchMethod
toString
Operators
operator ==
Static methods
fromJson
toJson method
Map
<
String
,
dynamic
>
toJson
(
)
Returns the JSON representation.
Implementation
Map<String, dynamic> toJson() => Map.from(_data);