timeBounds property Null safety
Implementation
TimeBounds? get timeBounds => _timeBounds;
Implementation
set timeBounds(TimeBounds? value) => _timeBounds = value;
TimeBounds? get timeBounds => _timeBounds;
set timeBounds(TimeBounds? value) => _timeBounds = value;