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