ChatContactEventsVersioned class
ChatContactEvents accompanied by the corresponding ChatContactVersion and ChatContactsListVersion.
Constructors
-
ChatContactEventsVersioned(List<
ChatContactEvent> events, ChatContactVersion ver, ChatContactsListVersion listVer) -
const
Properties
-
events
→ List<
ChatContactEvent> -
ChatContactEvents itself.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- listVer → ChatContactsListVersion
-
Version of the ChatContacts list updated by this ChatContactEvent.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- ver → ChatContactVersion
-
Version of the ChatContact state updated by this ChatContactEvent.
final
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