MDNotification class

Constructors

MDNotification({required String senderID, required String message, required String title, required String details, required String procedureName, String state = '0', String? userID, String? topic})

Properties

details String
latefinal
hashCode int
The hash code for this object.
no setterinherited
message String
latefinal
procedureName String
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
senderID String
latefinal
state String
latefinal
title String
latefinal
topic String?
getter/setter pair
userID String?
getter/setter pair

Methods

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