menu
flame_3d package
documentation
model.dart
Model
animationNames property
animationNames property
dark_mode
light_mode
animationNames
property
Set
<
String
>
get
animationNames
Implementation
Set<String> get animationNames { return {for (final animation in animations) ?animation.name}; }
flame_3d package
documentation
model
Model
animationNames property
Model class