menu
openworld package
documentation
three_dart/three3d/WeakMap.dart
WeakMap<K, V>
set method
set method
dark_mode
light_mode
set
method
void
set
(
dynamic
key
,
dynamic
value
)
Implementation
void set(key, value) { add(key: key, value: value); }
openworld package
documentation
three_dart/three3d/WeakMap
WeakMap<K, V>
set method
WeakMap class