Error constructor

Error({
  1. dynamic errorCode,
  2. String? errorMessage,
  3. String? errorDescription,
  4. required List<Errors> errors,
})

Implementation

Error({this.errorCode, this.errorMessage, this.errorDescription, required this.errors});