order property

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

If you care to do so, render the variants in the order prescribed by this value. When you combine live Milestone data with the definition, the order becomes more useful because you'll be cross-referencing between the definition and live data.

Implementation

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