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