$ChatMessageInterfaceBuilder class abstract mixin

Implemented types
Implementers

Properties

actorDisplayName String?
covariantgetter/setter pairoverride
actorId String?
covariantgetter/setter pairoverride
actorType ActorType?
covariantgetter/setter pairoverride
deleted ChatMessage_Deleted?
covariantgetter/setter pair
expirationTimestamp int?
covariantgetter/setter pairoverride
hashCode int
The hash code for this object.
no setterinherited
id int?
covariantgetter/setter pair
isReplyable bool?
covariantgetter/setter pair
lastEditActorDisplayName String?
covariantgetter/setter pair
lastEditActorId String?
covariantgetter/setter pair
lastEditActorType ActorType?
covariantgetter/setter pair
lastEditTimestamp int?
covariantgetter/setter pair
markdown bool?
covariantgetter/setter pair
message String?
covariantgetter/setter pairoverride
messageParameters ↔ MapBuilder<String, RichObjectParameter>
covariantgetter/setter pairoverride
messageType MessageType?
covariantgetter/setter pairoverride
reactions ↔ MapBuilder<String, int>
covariantgetter/setter pair
referenceId String?
covariantgetter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
silent bool?
covariantgetter/setter pair
systemMessage String?
covariantgetter/setter pairoverride
timestamp int?
covariantgetter/setter pair
token String?
covariantgetter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(covariant $ChatMessageInterface other) → void
override
toString() String
A string representation of this object.
inherited
update(void updates($ChatMessageInterfaceBuilder)) → void
override

Operators

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