RelationShipListResponse constructor

RelationShipListResponse({
  1. RelationshipMetadata? metadata,
  2. List<TableRelationshipResponse>? relationships,
})

Implementation

RelationShipListResponse({
  this.metadata, this.relationships
});