getConfiguration method

String? getConfiguration(
  1. String key
)
inherited

Get value from the configuration for this measure.

Implementation

String? getConfiguration(String key) => configuration[key];