An object sent from the Flutter Driver to a Flutter application to instruct the application to perform a task.

Constructors

Command()

Properties

kind String

Identifies the type of the command object and of the handler.

read-only
hashCode int

Get a hash code for this object.

read-only, inherited
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

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