ResolveRunResult constructor
ResolveRunResult(
- int exitCode,
- ResolveProfile? profile
Implementation
ResolveRunResult(this.exitCode, this.profile);
ResolveRunResult(this.exitCode, this.profile);