CommandsSave constructor

const CommandsSave({
  1. CommandsEcg ecg = const CommandsEcg(),
  2. CommandsOxi oxi = const CommandsOxi(),
  3. CommandsBle ble = const CommandsBle(),
  4. CommandsFunction func = const CommandsFunction(),
})

Implementation

const CommandsSave({
  this.ecg = const CommandsEcg(),
  this.oxi = const CommandsOxi(),
  this.ble = const CommandsBle(),
  this.func = const CommandsFunction(),
});