start property
DateTime?
get
start
The start of the period. The boundary is inclusive.
Implementation
DateTime? get start => startField.getValue(_json);
The start of the period. The boundary is inclusive.
DateTime? get start => startField.getValue(_json);