get method Null safety

String get(
  1. MetadataKey key
)

Implementation

String get(MetadataKey key) => _repository.get(key);