startTime property

DateTime? startTime
getter/setter pair

The startTime parameter allows you to set a specific time to start the timer. By default, it is set to the current time DateTime.now().

Implementation

DateTime? startTime;