target property

  1. @JsonKey(name: 'target')
double target
final

The position to which we want to jump for the time shift (currentTime after time shift has completed).

Implementation

@JsonKey(name: 'target')
final double target;