ChatItemKey class
- Implemented types
Constructors
- ChatItemKey(PreciseDateTime at, ChatItemId id)
-
const
- ChatItemKey.fromJson(String val)
-
Constructs a ChatItemKey from the provided
val
.factory - ChatItemKey.fromString(String value)
-
Constructs a ChatItemKey from the provided String.
factory
Properties
- at → PreciseDateTime
-
PreciseDateTime part of this ChatItemKey.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → ChatItemId
-
ChatItemId part of this ChatItemKey.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
compareTo(
ChatItemKey other) → int -
Compares this object to another object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String - Returns a String representing this ChatItemKey.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override