existsKey method

Future<bool> existsKey(
  1. dynamic key
)

Implementation

Future<bool> existsKey(key) async {
  return instance.containsKey(key);
}