toMap method
- EnumMethod? enumMethod,
Implementation
Map<String, dynamic> toMap({EnumMethod? enumMethod}) {
return {"method": method, "location": location};
}
Map<String, dynamic> toMap({EnumMethod? enumMethod}) {
return {"method": method, "location": location};
}