FAndroidNotification class

Constructors

FAndroidNotification.new({String? title, String? body, String? icon, String? color, String? sound, String? tag, String? imageUrl, String? clickAction, String? bodyLocKey, List<String>? bodyLocArgs, String? titleLocKey, List<String>? titleLocArgs, String? channelId, String? ticker, bool? sticky, DateTime? eventTimestamp, bool? localOnly, FAndroidNotificationPriority? priority, List<String>? vibrateTimingsMillis, bool? defaultVibrateTimings, bool? defaultSound, FLightSettings? lightSettings, bool? defaultLightSettings, AndroidNotificationVisibility? visibility, int? notificationCount})

Properties

body String?
final
bodyLocArgs List<String>?
final
bodyLocKey String?
final
channelId String?
final
clickAction String?
final
color String?
final
defaultLightSettings bool?
final
defaultSound bool?
final
defaultVibrateTimings bool?
final
eventTimestamp DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
icon String?
final
imageUrl String?
final
lightSettings FLightSettings?
final
localOnly bool?
final
notificationCount int?
final
priority FAndroidNotificationPriority?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sound String?
final
sticky bool?
final
tag String?
final
ticker String?
final
title String?
final
titleLocArgs List<String>?
final
titleLocKey String?
final
vibrateTimingsMillis List<String>?
final
visibility AndroidNotificationVisibility?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toModel() → AndroidNotification
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited