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