ImportResult constructor
ImportResult({
- Map<
String, List< ? variables,String> > - List<
CredentialInfo> ? credentials, - List<
WorkflowInfo> ? workflows, - TagMapping? tags,
Implementation
ImportResult({
this.variables,
this.credentials,
this.workflows,
this.tags,
});