menu
raylib_dartified_base package
documentation
core/raylib_dartified_base.dart
SoundBase<X extends SoundBase<X, A>, A extends AudioStreamBase<A>>
structName property
structName property
dark_mode
light_mode
structName
property
String
get
structName
inherited
The Dart-side type name of this struct
Implementation
String get structName => runtimeType.toString();
raylib_dartified_base package
documentation
core/raylib_dartified_base
SoundBase<X extends SoundBase<X, A>, A extends AudioStreamBase<A>>
structName property
SoundBase mixin