command property

  1. @JsonKey(readValue: _readScript)
List<String> command
final

The script to run to create the environment

Implementation

@JsonKey(readValue: _readScript)
final List<String> command;