CommentDraft 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

contentFormatted(String body, String htmlBody) → void
set the content to a formatted body of html_body, where body is the tag-stripped version
contentText(String body) → void
set the content of the draft to body
drop() → void
Manually drops the object and unregisters the FinalizableHandle.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send() Future<EventId>
fire this comment over - the event_id is the confirmation from the server.
toString() String
A string representation of this object.
inherited

Operators

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