forward property
Starting at position, the forward unit vector. This parameter is an array of length 3, and the three values represent the front, right, and top coordinates in turn.
Implementation
@JsonKey(name: 'forward')
final List<double>? forward;