RelationshipAttributes constructor

RelationshipAttributes({
  1. String? action,
  2. String? sourceResourceType,
  3. String? targetResourceType,
  4. String? type,
})

Implementation

RelationshipAttributes({
  this.action,
  this.sourceResourceType,
  this.targetResourceType,
  this.type,
});