isValidKey method

bool isValidKey(
  1. String key
)

Implementation

bool isValidKey (String key) {
  return false;
}