ResolvedPrebuiltNotFound constructor

const ResolvedPrebuiltNotFound({
  1. required String reason,
  2. required List<ResolutionAttempt> attempts,
})

Implementation

const ResolvedPrebuiltNotFound({
  required this.reason,
  required this.attempts,
});