hasKey method

bool hasKey(
  1. String key
)

Check if key exists

Implementation

bool hasKey(String key) => _getNestedValue(key) != null;