Map<String, dynamic> toJson() { return {'timestamp_nanos': timestampNanos} ..removeWhere((key, value) => value == null); }