SystemMessage class

Constructors

SystemMessage({int? messageId, SystemMessageType? type, String? fromAccount, String? targetId, int? time, SystemMessageStatus? status, String? content, String? attach, Object? attachObject, bool? unread, String? customInfo})
SystemMessage.fromMap(Map<String, dynamic> param)
factory

Properties

attach String?
final
attachObject Object?
getter/setter pair
content String?
final
customInfo String?
final
fromAccount String?
final
hashCode int
The hash code for this object.
no setterinherited
messageId int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status SystemMessageStatus?
getter/setter pair
targetId String?
final
time int?
final
type SystemMessageType?
final
unread bool?
final

Methods

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

Operators

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