DnaCeremonyIntervalsResponse constructor
DnaCeremonyIntervalsResponse({
- String jsonrpc,
- int id,
- DnaCeremonyIntervalsResponseResult result,
- DnaCeremonyIntervalsResponseError error,
Implementation
DnaCeremonyIntervalsResponse({
this.jsonrpc,
this.id,
this.result,
this.error,
});