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