AndroidSettings constructor
const
AndroidSettings({})
Implementation
const AndroidSettings({
required this.channelId,
required this.channelName,
this.badge,
this.channelDescription,
this.lights,
this.lightColor,
this.playSound = 'default',
this.importance,
this.visibility,
this.vibrate,
this.vibrationPattern,
});