Macro constructor

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

Implementation

Macro({
  this.accountId,
  this.containerId,
  this.disablingRuleId,
  this.enablingRuleId,
  this.fingerprint,
  this.macroId,
  this.name,
  this.notes,
  this.parameter,
  this.parentFolderId,
  this.scheduleEndMs,
  this.scheduleStartMs,
  this.type,
});