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