activityPathDestination property

  1. @JsonKey(name: 'activityPathDestination')
int? activityPathDestination
getter/setter pair

If we had map information, this would tell us about path information related to destination on the map. Sad. Maybe you can do something cool with it. Go to town man.

Implementation

@JsonKey(name:'activityPathDestination')
int? activityPathDestination;