RelationshipNote constructor

RelationshipNote({
  1. String? type,
})

Implementation

RelationshipNote({
  this.type,
});