order property

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

Used for ordering milestones in a display to match how we order them in BNet. May pull from static data, or possibly in the future from dynamic information.

Implementation

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