hasData method

bool hasData(
  1. String key
)

Check if custom data exists

Implementation

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