ContainerImageOptions constructor

const ContainerImageOptions({
  1. String? subpath,
})

Creates a ContainerImageOptions with the given fields.

Implementation

const ContainerImageOptions({this.subpath});