toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      'notify': this.notify,
      'notify_checked': this.notifyChecked,
      'alert': this.alarm,
      'alert_checked': this.alarmChecked,
      'notifymsg': this.notifyMessage.toJson(),
      'alarmmsg': this.alarmMessage.toJson(),
      'ble': this.deviceBleConfig.toJson()
    };