ContainerBlkioWeightDevice constructor

const ContainerBlkioWeightDevice({
  1. String? path,
  2. int? weight,
})

Creates a ContainerBlkioWeightDevice with the given fields.

Implementation

const ContainerBlkioWeightDevice({this.path, this.weight});