value property

  1. @override
V value
override

The value associated with the key, or null if the key is absent.

Implementation

@override
V get value => _value;