DeployStatusTable constructor

DeployStatusTable({
  1. bool inUtc = false,
})

Implementation

DeployStatusTable({this.inUtc = false})
    : super(headers: [
        '#',
        'Project',
        'Deploy Id',
        'Status',
        'Started',
        'Finished',
        'Info',
      ]);