ContainerTmpfsOptions constructor

const ContainerTmpfsOptions({
  1. int? sizeBytes,
  2. int? mode,
  3. List<List<String>>? options,
})

Creates a ContainerTmpfsOptions with the given fields.

Implementation

const ContainerTmpfsOptions({this.sizeBytes, this.mode, this.options});