hasConfigkey function

bool hasConfigkey(
  1. String key
)

check has config key or not from system config

Implementation

bool hasConfigkey(String key) => SystemConfig.containsKey(key);