factory GenericElicitationField.fromJson(Map<String, dynamic> json) { return GenericElicitationField(raw: Map<String, dynamic>.from(json)); }