CommandsOxi constructor

const CommandsOxi({
  1. List<int> start = const [],
  2. List<int> stop = const [],
  3. List<int> stopSave = const [],
  4. List<int> startSave = const [],
})

Implementation

const CommandsOxi({
  this.start = const [],
  this.stop = const [],
  this.stopSave = const [],
  this.startSave = const [],
});