RouterStatusResponse constructor
RouterStatusResponse({
- String? kind,
- RouterStatus? result,
Implementation
RouterStatusResponse({
this.kind,
this.result,
});
RouterStatusResponse({
this.kind,
this.result,
});