HarmCategory.fromJson constructor
HarmCategory.fromJson(
- Object? json
Implementation
factory HarmCategory.fromJson(Object? json) => HarmCategory(json as String);
factory HarmCategory.fromJson(Object? json) => HarmCategory(json as String);