core.Map<core.String, core.dynamic> toJson() { final iterations = this.iterations; return {'iterations': ?iterations}; }