originalString property

T? originalString
getter/setter pair

Original string representation of the date which has been extracted.

Depending of the information source, it can either be of type StringResult or String.

Implementation

T? originalString;