startTime property

DateTime? startTime

Start time.

Start time in the UTC time zone. Returns null if start time was not specified.

Implementation

DateTime? get startTime => _startTime.value;
void startTime=(DateTime? value)

Implementation

set startTime(DateTime? value) => _startTime.value = value;