Relationship constructor

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

Implementation

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