toJson method

Map<String, dynamic> toJson()

Enum value as JSON map.

Implementation

Map<String, dynamic> toJson() => _$EnumValueToJson(this);