AndroidNotificationChannelWrapperList constructor

const AndroidNotificationChannelWrapperList({
  1. required String defaultChannelId,
  2. required String defaultChannelTitle,
  3. required String defaultChannelBody,
  4. String? defaultIcon,
  5. List<AndroidNotificationChannelWrapper>? channels,
})

Implementation

const AndroidNotificationChannelWrapperList(
    {required this.defaultChannelId,
    required this.defaultChannelTitle,
    required this.defaultChannelBody,
    this.defaultIcon,
    this.channels});