isCompleted property

  1. @JsonKey(name: "isCompleted", defaultValue: false)
bool? isCompleted
getter/setter pair

Implementation

@JsonKey(name: "isCompleted", defaultValue: false)
bool? isCompleted;