DiawiModel constructor

DiawiModel({
  1. bool enabled = false,
  2. String? token,
  3. bool? wallOfApps,
  4. bool? findByUdid,
  5. String? callbackUrl,
  6. bool? installationNotifications,
  7. String? password,
  8. String? comment,
})

Implementation

DiawiModel({
  this.enabled = false, // Default for enabled
  this.token,
  this.wallOfApps,
  this.findByUdid,
  this.callbackUrl,
  this.installationNotifications,
  this.password,
  this.comment,
});