menu
three_js_core package
documentation
others/weak_map.dart
WeakMap<K, V>
get method
get method
dark_mode
light_mode
get
method
V?
get
(
K
key
)
Implementation
V? get(K key) => _map.containsKey(key)? _map[key]: null;
three_js_core package
documentation
others/weak_map
WeakMap<K, V>
get method
WeakMap class