Relation constructor
Relation({
- String? formattedType,
- FieldMetadata? metadata,
- String? person,
- String? type,
Implementation
Relation({
this.formattedType,
this.metadata,
this.person,
this.type,
});