isReservedKey static method

bool isReservedKey(
  1. String key
)

Check if a key is a reserved SDK key.

Implementation

static bool isReservedKey(String key) => reservedKeys.contains(key);