PendingTaskCount class

Contains the count of tasks in a task list.

Constructors

PendingTaskCount({required int count, bool? truncated})
PendingTaskCount.fromJson(Map<String, dynamic> json)
factory

Properties

count int
The number of tasks in the task list.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
truncated bool?
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited