menu
three_dart package
documentation
three3d/weak_map.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); }
three_dart package
documentation
three3d/weak_map
WeakMap<K, V>
set method
WeakMap class