Gets a DateTime representation of the timestamp for this value.
DateTime get timestamp { _timestamp ??= DateTime.parse(ts!); return _timestamp!; }