APIErrorRaised constructor

APIErrorRaised({
  1. required List<ErrorDetails> errors,
})

Implementation

APIErrorRaised({required this.errors});