Relationship constructor

Relationship({
  1. String? clientRoleRelId,
  2. String? permission,
  3. String? createdDateTime,
  4. String? createdById,
  5. dynamic role,
  6. dynamic client,
  7. dynamic roleAttribute,
  8. dynamic clientAttribute,
})

Implementation

Relationship(
    {this.clientRoleRelId,
    this.permission,
    this.createdDateTime,
    this.createdById,
    this.role,
    this.client,
    this.roleAttribute,
    this.clientAttribute});