Data constructor

Data({
  1. String? clientId,
  2. bool? enableClassical,
  3. List<String>? allowedUsernameTypes,
  4. DisplaySettings? displaySettings,
  5. Settings? settings,
  6. List<LoginProviders>? loginProviders,
})

Implementation

Data(
    {this.clientId,
      this.enableClassical,
      this.allowedUsernameTypes,
      // this.singleLeggedSettings,
      this.displaySettings,
      this.settings,
      this.loginProviders});