PayloadData class

Constructors

PayloadData({required String acta, required String aimg, required String amsg, required String asub, required String type, int? etime, bool? hidden, bool? silent, String? sectype, AdditionalMeta? additionalMeta})

Properties

acta String
getter/setter pair
additionalMeta AdditionalMeta?
getter/setter pair
aimg String
getter/setter pair
amsg String
getter/setter pair
asub String
getter/setter pair
etime int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hidden bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectype String?
getter/setter pair
silent bool?
getter/setter pair
type String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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