Relationship constructor
Relationship({
- String? relationshipName,
- String? resourceId,
- String? resourceName,
- ResourceType? resourceType,
Implementation
Relationship({
this.relationshipName,
this.resourceId,
this.resourceName,
this.resourceType,
});