unknown property

Map<String, dynamic> get unknown

Returns this data as JSON object.

Make sure to check if this object is unknown with isUnknown.

Implementation

Map<String, dynamic> get unknown => this.data as Map<String, dynamic>;