SubscriptionUpdate class

Constructors

SubscriptionUpdate({String? id, bool? open, bool? alert, int? unread, int? userMentions, int? groupMentions, DateTime? ts, String? rid, String? name, String? fName, String? t, User? u, DateTime? ls, DateTime? updatedAt, List<String>? roles})
SubscriptionUpdate.fromMap(Map<String, dynamic> json)

Properties

alert bool?
getter/setter pair
fName String?
getter/setter pair
groupMentions int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
ls DateTime?
getter/setter pair
name String?
getter/setter pair
open bool?
getter/setter pair
rid String?
getter/setter pair
roles List<String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
t String?
getter/setter pair
ts DateTime?
getter/setter pair
u User?
getter/setter pair
unread int?
getter/setter pair
updatedAt DateTime?
getter/setter pair
userMentions int?
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.
override

Operators

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