startTime property
Start time.
Start time in the UTC time zone. Returns null if start time was not specified.
Implementation
DateTime? get startTime => _startTime.value;
Implementation
set startTime(DateTime? value) => _startTime.value = value;