isValid static method

bool isValid(
  1. String format
)

Implementation

static bool isValid(String format) => all.contains(format.toLowerCase());