getString method

  1. @override
String? getString(
  1. String key
)
override

Implementation

@override
String? getString(String key) => _map[key];