toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final attempts = this.attempts;
final backoffMode = this.backoffMode;
final wait = this.wait;
return {'attempts': ?attempts, 'backoffMode': ?backoffMode, 'wait': ?wait};
}