Field from JSON factory constructor.
factory Field.fromJson(Map<String, dynamic> json) => _$FieldFromJson(json)..additionalProperties = json;