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