get abstract method

String? get(
  1. String key
)

Get a value by key.

Implementation

String? get(String key);