CommandsEcg constructor

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

Implementation

const CommandsEcg({
  this.start = const [0x11],
  this.stop = const [0x12],
  this.stopSave = const [],
  this.startSave = const [],
});