position property

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

The position from which we start the time shift (currentTime before the time shift).

Implementation

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