isNotSticky property

bool get isNotSticky

Returns negated true or false from sticky.

Implementation

bool get isNotSticky => !isSticky;