DeploymentShowTextUi constructor

const DeploymentShowTextUi({
  1. required bool utc,
  2. required bool overallStatus,
})

Implementation

const DeploymentShowTextUi({required this.utc, required this.overallStatus});