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