Relation constructor

Relation({
  1. String? formattedType,
  2. FieldMetadata? metadata,
  3. String? person,
  4. String? type,
})

Implementation

Relation({this.formattedType, this.metadata, this.person, this.type});