UnrecognizedResponseException constructor

const UnrecognizedResponseException({
  1. required String actual,
  2. required String expected,
})

Implementation

const UnrecognizedResponseException({required this.actual, required this.expected});