WelcomeScreenUpdateBuilder constructor

WelcomeScreenUpdateBuilder(
  1. {bool? isEnabled,
  2. List<WelcomeScreenChannel>? channels,
  3. String? description = sentinelString}
)

Implementation

WelcomeScreenUpdateBuilder({this.isEnabled, this.channels, this.description = sentinelString});