order property
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;
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.
@JsonKey(name:'order')
int? order;