status property

  1. @JsonKey(name: 'status')
String? status
getter/setter pair

The Current Status of the Milestone, as driven by the Firehose.

Implementation

@JsonKey(name:'status')
String? status;