movingTime property

  1. @JsonKey.new(name: 'moving_time')
int? movingTime
getter/setter pair

Implementation

@JsonKey(name: 'moving_time')
int? movingTime;