The result of the GetText
command.
Static Methods
-
fromJson(
Map<String, dynamic> json) → GetTextResult -
Deserializes the result from JSON.
Constructors
- GetTextResult(String text)
-
Creates a result with the given text.
Properties
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
toJson(
) → Map<String, dynamic> -
Serializes this message to a JSON map.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited