ContainerPlatform constructor

const ContainerPlatform({
  1. String? architecture,
  2. String? os,
  3. String? variant,
})

Creates a ContainerPlatform with the given fields.

Implementation

const ContainerPlatform({this.architecture, this.os, this.variant});