get method

Map<String, String>? get(
  1. String componentKey
)

Implementation

Map<String, String>? get(String componentKey) {
  return _configuration[componentKey];
}