NotificationResult class
Constructors
-
NotificationResult({String? id, String? token, DateTime? tokenExpires, String? type, String? rid, String? msg, DateTime? ts, NotificationUser? user, DateTime? updatedAt, List<String>? mentions, List<String>? channels})
-
-
NotificationResult.fromMap(Map<String, dynamic>? json)
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
override