isKeyMutable method

bool isKeyMutable(
  1. String key
)

Implementation

bool isKeyMutable(String key) {
  return true;
}