BackstageSettingsResponse constructor

BackstageSettingsResponse({
  1. required bool enabled,
  2. int? joinAheadTimeSeconds,
})

Returns a new BackstageSettingsResponse instance.

Implementation

BackstageSettingsResponse({
  required this.enabled,
  this.joinAheadTimeSeconds,
});