dateTime property

DateTime get dateTime

Returns the underlying DateTime object. Use with caution if mutability is a concern elsewhere.

Implementation

DateTime get dateTime => _dateTime;