isCompleted property
If true, we both have the ability to know that the user has completed this activity and they have completed it. Unfortunately, we can't necessarily know this for all activities. As such, this should probably only be used if you already know in advance which specific activities you wish to check.
Implementation
@JsonKey(name:'isCompleted')
bool? isCompleted;