includeCompleted property

  1. @JsonKey.new(name: 'IncludeCompleted', includeIfNull: false)
bool? includeCompleted
final

Implementation

@JsonKey(name: 'IncludeCompleted', includeIfNull: false)
final bool? includeCompleted;