ParamLongAnswer constructor
ParamLongAnswer({
- List<
LongAnswer> answers, - int nonce,
- int epoch,
Implementation
ParamLongAnswer({
this.answers,
this.nonce,
this.epoch,
});