start property

  1. @override
DateTime? start
final

The start date, inclusive. It is truncated to the nearest date. Defaults to the DateTime.utc(1900).

Implementation

@override
final DateTime? start;