completed property

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

If the activity has been "completed", that information will be returned here.

Implementation

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