Map<String, dynamic> toJson() { return { 'type': EnumToString(type).toLowerCase(), 'code': code, }; }