RelationshipInterest constructor

RelationshipInterest({
  1. String? formattedValue,
  2. FieldMetadata? metadata,
  3. String? value,
})

Implementation

RelationshipInterest({
  this.formattedValue,
  this.metadata,
  this.value,
});