DnaCeremonyIntervalsResponse constructor

DnaCeremonyIntervalsResponse({
  1. String jsonrpc,
  2. int id,
  3. DnaCeremonyIntervalsResponseResult result,
  4. DnaCeremonyIntervalsResponseError error,
})

Implementation

DnaCeremonyIntervalsResponse({
  this.jsonrpc,
  this.id,
  this.result,
  this.error,
});