parse method Null safety
override
Implementation
static Field? parse(Map<String, dynamic>? json) =>
json == null ? null : Field._fromJson(json);
static Field? parse(Map<String, dynamic>? json) =>
json == null ? null : Field._fromJson(json);