core.Map<core.String, core.dynamic> toJson() => { if (kind != null) 'kind': kind!, if (timePeriod != null) 'timePeriod': timePeriod!, if (updates != null) 'updates': updates!, };