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