core.Map<core.String, core.dynamic> toJson() => { if (count != null) 'count': count!, if (lowerBound != null) 'lowerBound': lowerBound!, if (upperBound != null) 'upperBound': upperBound!, };