ProxyMessageReadStateResponse constructor
const
ProxyMessageReadStateResponse({
- dynamic error,
- ReadStateResponse? response,
- List? args,
- int? id,
- String? type = ProxyMessageKind.readStateResponse,
Implementation
const ProxyMessageReadStateResponse({
super.error,
super.response,
super.args,
super.id,
super.type = ProxyMessageKind.readStateResponse,
});