toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (updateTime != null) 'updateTime': updateTime!,
if (usageWithinTimeRange != null)
'usageWithinTimeRange': usageWithinTimeRange!
.map((key, item) => core.MapEntry(key, item.toJson())),
};