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