ImportResult constructor

ImportResult({
  1. Map<String, List<String>>? variables,
  2. List<CredentialInfo>? credentials,
  3. List<WorkflowInfo>? workflows,
  4. TagMapping? tags,
})

Implementation

ImportResult({
  this.variables,
  this.credentials,
  this.workflows,
  this.tags,
});