hasMetadata method

bool hasMetadata(
  1. String key
)

Returns true if context contains metadata with given key

Implementation

bool hasMetadata(String key) => _metadata.containsKey(key);