RequestDataResult class Null safety
The result of the RequestData command.
Constructors
- RequestDataResult(String message)
-
Creates a result with the given message.
const
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- message → String
-
The text extracted by the RequestData command.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this message to a JSON map.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJson(
Map< String, dynamic> json) → RequestDataResult - Deserializes the result from JSON.