isNull method

bool isNull(
  1. String key
)

Implementation

bool isNull(String key) => _data[key] == null;