operator [] method
The value for the given key, or null if key is not in the map.
Implementation
PackedData? operator [](String? key) => _data[key];
The value for the given key, or null if key is not in the map.
PackedData? operator [](String? key) => _data[key];