ResolutionAttempt constructor
const
ResolutionAttempt({
- required PrebuiltSource source,
- required bool success,
- String? path,
- String? error,
Implementation
const ResolutionAttempt({
required this.source,
required this.success,
this.path,
this.error,
});