WriteText class

Write text automatically.

This action can be invoked either using the short-hand version:

- writeText: "Hello World"

Or using the verbose version:

- writeText:
    text: "Hello World"
Inheritance

Constructors

WriteText({required String text})
Write text automatically.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
The text to write.
final

Methods

description() String
A human readable description of the action.
override
execute(Tester tester) Future<bool>
Called when it executes the action in a flow file.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited