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