ChatCallMixin mixin

Mixin applications
Available extensions

Properties

at PreciseDateTime
getter/setter pair
author ChatCallMixin$Author
getter/setter pair
chatId ChatId
getter/setter pair
conversationStartedAt PreciseDateTime?
getter/setter pair
dialed ChatCallMixin$Dialed?
getter/setter pair
finishedAt PreciseDateTime?
getter/setter pair
finishReason ChatCallFinishReason?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id ChatItemId
getter/setter pair
members List<ChatCallMixin$Members>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ver ChatItemVersion
getter/setter pair
withVideo bool
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDto(ChatItemsCursor cursor) DtoChatCall

Available on ChatCallMixin, provided by the ChatCallConversion extension

Constructs a new DtoChatCall from this ChatCallMixin.
toModel() ChatCall

Available on ChatCallMixin, provided by the ChatCallConversion extension

Constructs a new ChatCall from this ChatCallMixin.
toString() String
A string representation of this object.
inherited

Operators

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