has method

bool has(
  1. String key
)

Checks if the props contain a key.

Implementation

bool has(String key) => _data.containsKey(key);