isLocked method

bool isLocked(
  1. String award
)

Implementation

bool isLocked(String award) =>
    _currentModel.lockedAwards.contains(award);