AzureTenant constructor

AzureTenant({
  1. String? displayName,
  2. String? id,
})

Implementation

AzureTenant({this.displayName, this.id});