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