files property

  1. @JsonKey(readValue: _readFiles)
List<String> files
final

the file to source when running the script

Implementation

@JsonKey(readValue: _readFiles)
final List<String> files;