displayTaskCount property

  1. @JsonKey(name: 'displaytaskcount')
  2. @BoolConverterNullable()
bool get displayTaskCount
inherited

Whether to display the task count in the calendar view

Implementation

@JsonKey(name: 'displaytaskcount')
@BoolConverterNullable()
bool get displayTaskCount => throw _privateConstructorUsedError;