exists method

bool exists()

检测对应Key 的值是否存在

Implementation

bool exists() => _rawValue != null;