IReferencedMessage class abstract

Implemented types

Constructors

IReferencedMessage()

Properties

exists bool
True if references message exists and is available
no setter
hashCode int
The hash code for this object.
no setterinherited
isBackendFetchError bool
If true the backend couldn't fetch the message
no setter
isDeleted bool
If true message was deleted
no setter
message IMessage?
Message object of reply
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBuilder() ReplyBuilder
Returns instance of Builder with current data
inherited
toString() String
A string representation of this object.
inherited

Operators

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