hasValOfKey method

bool hasValOfKey(
  1. int key
)

Implementation

bool hasValOfKey(int key) => this[key]?.isNotEmpty ?? false;