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