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