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