isFound method

bool isFound(
  1. String key,
  2. dynamic value
)

Implementation

bool isFound(String key, dynamic value) => use[key] != null;