menu
raylib_dartified_unhinged package
documentation
core/raylib_dartified_unhinged.dart
IsComponentScaleMutable<T extends App<T>>
getClones method
getClones method
dark_mode
light_mode
getClones
method
Iterable
<
Comp
<
T
>
>
getClones
(
)
inherited
Returns all clones produced from this object.
Implementation
Iterable<E> getClones() => _clones;
raylib_dartified_unhinged package
documentation
core/raylib_dartified_unhinged
IsComponentScaleMutable<T extends App<T>>
getClones method
IsComponentScaleMutable mixin