RelationshipInterest constructor
RelationshipInterest({
- String? formattedValue,
- FieldMetadata? metadata,
- String? value,
Implementation
RelationshipInterest({
this.formattedValue,
this.metadata,
this.value,
});