IReferencedMessage class abstract

Implemented types

Constructors

IReferencedMessage()

Properties

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

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