FcmAndroidNotification constructor
FcmAndroidNotification({
- String? title,
- String? body,
- String? icon,
- String? color,
- String? sound,
- String? tag,
- String? clickAction,
- String? bodyLocKey,
- List<
String> ? bodyLocArgs, - String? titleLocKey,
- List<
String> ? titleLocArgs, - String? channelId,
- String? ticker,
- bool? sticky,
- DateTime? eventTime,
- bool? localOnly,
- bool? defaultSound,
- bool? defaultVibrateTimings,
- bool? defaultLightSettings,
- List<
String> ? vibrateTimings, - String? visibility,
- String? notificationPriority,
- String? image,
- LightSettings? lightSettings,
Implementation
FcmAndroidNotification({
this.title,
this.body,
this.icon,
this.color,
this.sound,
this.tag,
this.clickAction,
this.bodyLocKey,
this.bodyLocArgs,
this.titleLocKey,
this.titleLocArgs,
this.channelId,
this.ticker,
this.sticky,
this.eventTime,
this.localOnly,
this.defaultSound,
this.defaultVibrateTimings,
this.defaultLightSettings,
this.vibrateTimings,
this.visibility,
this.notificationPriority,
// this.timeoutAfter,
this.image,
this.lightSettings,
});