MsgDraft class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addMention(String userId) MsgDraft
add a user mention
addRoomMention(bool mention) MsgDraft
whether to mention the entire room
blurhash(String value) MsgDraft
available for only image/video
drop() → void
Manually drops the object and unregisters the FinalizableHandle.
duration(int value) MsgDraft
available for only audio/video
filename(String value) MsgDraft
available for only file
geoUri(String value) MsgDraft
available for only location
height(int value) MsgDraft
available for only image/video
intoNewsSlideDraft() NewsSlideDraft
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
size(int value) MsgDraft
available for only image/audio/video/file
toString() String
A string representation of this object.
inherited
width(int value) MsgDraft
available for only image/video

Operators

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