complete property

  1. @JsonKey(name: 'complete')
bool? complete
getter/setter pair

Whether or not the Objective is completed.

Implementation

@JsonKey(name:'complete')
bool? complete;