ImageScopeError constructor

ImageScopeError({
  1. required String message,
  2. String? context,
  3. String? solution,
})

Implementation

ImageScopeError({
  required this.message,
  this.context,
  this.solution,
});