toMap method
- EnumMethod? enumMethod,
override
Converts instance to a map.
Implementation
Map<String, dynamic> toMap({EnumMethod? enumMethod}) {
return {"type": type, "value": value};
}
Converts instance to a map.
Map<String, dynamic> toMap({EnumMethod? enumMethod}) {
return {"type": type, "value": value};
}