complete property

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

Indicates if the phase has been completed.

Implementation

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