AtRpcResp constructor

AtRpcResp({
  1. required int reqId,
  2. required AtRpcRespType respType,
  3. required Map<String, dynamic> payload,
  4. String? message,
})

Implementation

AtRpcResp(
    {required this.reqId,
    required this.respType,
    required this.payload,
    this.message});