ProxyMessageReadStateResponse constructor

const ProxyMessageReadStateResponse({
  1. dynamic error,
  2. ReadStateResponse? response,
  3. List? args,
  4. int? id,
  5. String? type = ProxyMessageKind.readStateResponse,
})

Implementation

const ProxyMessageReadStateResponse({
  super.error,
  super.response,
  super.args,
  super.id,
  super.type = ProxyMessageKind.readStateResponse,
});