ChannelSettings constructor

ChannelSettings({
  1. required String channelId,
  2. required int importance,
  3. required bool isCanBypassDnd,
  4. required bool isCanShowBadge,
  5. required bool isShouldVibrate,
  6. required bool isShouldShowLights,
})

Implementation

ChannelSettings({
  required this.channelId,
  required this.importance,
  required this.isCanBypassDnd,
  required this.isCanShowBadge,
  required this.isShouldVibrate,
  required this.isShouldShowLights,
});