zoomSpeedSpace property
The speed space specifies the speed for a Zoom movement when moving to an absolute position or to a relative translation. In contrast to the velocity spaces, speed spaces do not contain any directional information.
Implementation
@JsonKey(name: 'ZoomSpeedSpace', fromJson: _fromJson1D)
final List<Space1D>? zoomSpeedSpace;