RequestData class
A Flutter Driver command that sends a string to the application and expects a string response.
Constructors
- RequestData(String? message, {Duration? timeout})
-
Create a command that sends a message.
const
-
RequestData.deserialize(Map<
String, String> json) - Deserializes this command from the value generated by serialize.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- kind → String
-
Identifies the type of the command object and of the handler.
no setteroverride
- message → String?
-
The message being sent from the test to the application.
final
- requiresRootWidgetAttached → bool
-
Whether this command requires the widget tree to be initialized before
the command may be run.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeout → Duration?
-
The maximum amount of time to wait for the command to complete.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
) → Map< String, String> -
Serializes this command to parameter name/value pairs.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited