DeprecatedWorkflow constructor

DeprecatedWorkflow({
  1. bool? default$,
  2. String? description,
  3. String? lastModifiedDate,
  4. String? lastModifiedUser,
  5. String? lastModifiedUserAccountId,
  6. String? name,
  7. Scope? scope,
  8. int? steps,
})

Implementation

DeprecatedWorkflow(
    {bool? default$,
    this.description,
    this.lastModifiedDate,
    this.lastModifiedUser,
    this.lastModifiedUserAccountId,
    this.name,
    this.scope,
    this.steps})
    : default$ = default$ ?? false;