hasAI method

bool hasAI(
  1. String ai
)

Checking for availability AI

Implementation

bool hasAI(String ai) => elements.containsKey(ai);