script property

FutureOr<String> Function() script
final

The script to be executed.

You may load this script from a file or generate it on the fly.

Implementation

final FutureOr<String> Function() script;