isPinned method

bool isPinned(
  1. String id
)

Implementation

bool isPinned(String id) => _pinnedIds.contains(id);