get method

String? get(
  1. String key
)

Implementation

String? get(final String key) => parameters[key];