InternalNotification class
Constructors
- InternalNotification({String? title, String? body, String? image, String? subtitle})
- InternalNotification.fromJson(Map json)
Properties
Methods
-
getBody(
) → String? -
getBodyWidget(
dynamic context) → Widget -
getId(
) → int? -
getImage(
) → String? -
getSubtitle(
) → String? -
getTitle(
) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited