ContainerLog constructor

const ContainerLog({
  1. String? start,
  2. String? end,
  3. int? exitCode,
  4. String? output,
})

Creates a ContainerLog with the given fields.

Implementation

const ContainerLog({this.start, this.end, this.exitCode, this.output});