toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (highValue != null) 'highValue': highValue!,
if (lowValue != null) 'lowValue': lowValue!,
if (rateInMicros != null) 'rateInMicros': rateInMicros!,
};