get abstract method

String? get(
  1. String key
)

Get the value at specified key or nul if it doesn't exists.

Implementation

String? get(String key);