isSticky method

bool isSticky(
  1. int nid
)

Whether nid is currently sticky.

Implementation

bool isSticky(int nid) => infoForNid(nid) != null;