Field_Kind.fromJson constructor

Field_Kind.fromJson(
  1. Object? json
)

Implementation

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