isActive property

bool get isActive

Whether this pin is currently active.

Implementation

bool get isActive => unpinnedAt == null;