CommandNames constructor

const CommandNames({
  1. required String deploymentShow,
  2. required String deploymentList,
  3. required String buildLog,
  4. required String buildSecret,
})

Implementation

const CommandNames({
  required this.deploymentShow,
  required this.deploymentList,
  required this.buildLog,
  required this.buildSecret,
});