toJson method

  1. @override
String toJson(
  1. ProductType object
)

Implementation

@override
String toJson(ProductType object) => _$ProductTypeEnumMap[object]!;