AndroidNotificationChannelGroup constructor

const AndroidNotificationChannelGroup(
  1. String id,
  2. String name, {
  3. String? description,
})

Constructs an instance of AndroidNotificationChannelGroup.

Implementation

const AndroidNotificationChannelGroup(
  this.id,
  this.name, {
  this.description,
});