GetErrorResponse constructor

const GetErrorResponse(
  1. int requestId,
  2. String message
)

Implementation

const GetErrorResponse(super.requestId, this.message);