toMap method
- EnumMethod? enumMethod,
Implementation
Map<String, dynamic> toMap({EnumMethod? enumMethod}) {
throw UnimplementedError(
'toMap is not implemented on the current platform',
);
}
Map<String, dynamic> toMap({EnumMethod? enumMethod}) {
throw UnimplementedError(
'toMap is not implemented on the current platform',
);
}