ComposeDraft 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
-
draftType()
→ String
-
compose message state type.
One of
new
, edit
, reply
.
-
drop()
→ void
-
Manually drops the object and unregisters the FinalizableHandle.
-
eventId()
→ String?
-
event id, only valid for edit and reply states
-
htmlText()
→ String?
-
formatted text
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
plainText()
→ String
-
plain body text, always available
-
toString()
→ String
-
A string representation of this object.
inherited