Variable constructor

Variable({
  1. String? accountId,
  2. String? containerId,
  3. List<String>? disablingTriggerId,
  4. List<String>? enablingTriggerId,
  5. String? fingerprint,
  6. String? name,
  7. String? notes,
  8. List<Parameter>? parameter,
  9. String? parentFolderId,
  10. String? scheduleEndMs,
  11. String? scheduleStartMs,
  12. String? type,
  13. String? variableId,
})

Implementation

Variable({
  this.accountId,
  this.containerId,
  this.disablingTriggerId,
  this.enablingTriggerId,
  this.fingerprint,
  this.name,
  this.notes,
  this.parameter,
  this.parentFolderId,
  this.scheduleEndMs,
  this.scheduleStartMs,
  this.type,
  this.variableId,
});