welcomeChannels property

  1. @JsonKey(name: 'welcome_channels')
List<WelcomeScreenChannel> welcomeChannels
final

the channels shown in the welcome screen, up to 5

Implementation

@JsonKey(name: 'welcome_channels')
final List<WelcomeScreenChannel> welcomeChannels;