velocity property

  1. @JsonKey.new(name: 'velocity')
dynamic velocity
getter/setter pair

Implementation

@JsonKey(name: 'velocity')
// Setting data type of this field to be 'dynamic' instead of
// 'double' for now.
dynamic velocity;