ParseMode class

Message ParseMode

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

forValue(String value) ParseMode
Get the object from string

Constants

html → const ParseMode
HTML
markdown → const ParseMode
Markdown
markdownV2 → const ParseMode
Markdown V2
values → const Map<String, ParseMode>
Values