pendingTask property

  1. @JsonKey(name: r'pendingTask')
bool pendingTask
final

A boolean which says whether the index has pending tasks. This value is deprecated and should not be used.

Implementation

@JsonKey(name: r'pendingTask')
final bool pendingTask;