requestsBlocks property

bool get requestsBlocks

Check if requesting any blocks

Implementation

bool get requestsBlocks {
  return invList.any((inv) => inv.type == InvType.msgBlock);
}