dateTime property
The date and time when the package will expire.
This property is in Unix time (milliseconds since Epoch) using UTC.
Implementation
DateTime? get dateTime => _dateTime.value;
The date and time when the package will expire.
This property is in Unix time (milliseconds since Epoch) using UTC.
DateTime? get dateTime => _dateTime.value;