isPinned static method

bool isPinned(
  1. Currency value
)

Implementation

static bool isPinned(Currency value) => (getTop() ?? []).contains(value.code);