HarmCategory.fromJson constructor

HarmCategory.fromJson(
  1. Object? json
)

Implementation

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