get method

Implementation

ExperimentVariant? get(String key) {
  final variant = map[key];

  return variant;
}