value property
final
The parsed DateTime, or null if raw could not be parsed.
The returned DateTime is always in UTC (offset is converted). When the
raw string contains an invalid or partial date, this field is null and
raw is preserved for debugging purposes.
Implementation
final DateTime? value;