ResolvedPrebuiltNotFound constructor
const
ResolvedPrebuiltNotFound({
- required String reason,
- required List<
ResolutionAttempt> attempts,
Implementation
const ResolvedPrebuiltNotFound({
required this.reason,
required this.attempts,
});