InboxCounter class

Constructors

InboxCounter(Map map)
Construcotr of Inbox Counters

Properties

click int
counter of notifications clicked
getter/setter pair
deleted int
counter of notifications deleted
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sent int
counter of notifications sent
getter/setter pair
unread Unread?
counter of notifications unread
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

Constants

CLICK → const String
String field name click
DELETED → const String
String field name deleted
SENT → const String
String field name sent
UNREAD → const String
String field name unread