isCached static method

bool isCached(
  1. String command
)

Implementation

static bool isCached(String command) => load().contains(command);