timeBounds property Null safety

TimeBounds? timeBounds

Implementation

TimeBounds? get timeBounds => _timeBounds;
void timeBounds=(TimeBounds? value)

Implementation

set timeBounds(TimeBounds? value) => _timeBounds = value;