InternalNotification class

Constructors

InternalNotification({String? title, String? body, String? image, String? subtitle})
InternalNotification.fromJson(Map json)

Properties

body String?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
id int?
read / write
image String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
subtitle String?
read / write
title String?
read / write

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