Tenant constructor

Tenant(
  1. String id,
  2. String displayName
)

Implementation

Tenant(this.id, this.displayName);