hasValue method

bool hasValue(
  1. dynamic key
)

Implementation

bool hasValue(dynamic key) => this.containsKey(key) && this[key] != null;