toJson method

Map<String, dynamic> toJson()

Enum types as JSON map.

Implementation

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