getPram method

String? getPram(
  1. String key
)

Implementation

String? getPram(String key) => _queryParameters![key];