ContainerTask constructor

ContainerTask({
  1. List<String>? args,
  2. List<String>? command,
  3. Map<String, String>? env,
  4. String? image,
})

Implementation

ContainerTask({this.args, this.command, this.env, this.image});