PindoUnexpectedResponseError constructor

const PindoUnexpectedResponseError({
  1. required Object expected,
  2. Object? received,
})

Implementation

const PindoUnexpectedResponseError({
  required this.expected,
  this.received,
});