menu
raylib_dartified_unhinged package
documentation
core/raylib_dartified_unhinged.dart
MapTraversable<T>
set method
set method
dark_mode
light_mode
set
method
void
set
(
String
path
,
dynamic
value
)
Implementation
void set(String path, dynamic value) { _MapUtils.mapListSetter(data, path, value); }
raylib_dartified_unhinged package
documentation
core/raylib_dartified_unhinged
MapTraversable<T>
set method
MapTraversable class