toMap method

Map<String, dynamic> toMap({
  1. EnumMethod? enumMethod,
})

Implementation

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