An object sent from the Flutter Driver to a Flutter application to instruct the application to perform a task.
Constructors
- Command()
Properties
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
serialize(
) → Map<String, String> -
Serializes this command to parameter name/value pairs.
-
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