ProxyMessageGetPrincipalResponse constructor

const ProxyMessageGetPrincipalResponse({
  1. String? response,
  2. int? id,
  3. String? type = ProxyMessageKind.getPrincipalResponse,
})

Implementation

const ProxyMessageGetPrincipalResponse({
  super.response,
  super.id,
  super.type = ProxyMessageKind.getPrincipalResponse,
});