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