ErrorResponse constructor

const ErrorResponse(
  1. int sw1,
  2. int sw2
)

Implementation

const ErrorResponse(this.sw1, this.sw2) : super._();