3 lines
120 B
Dart
3 lines
120 B
Dart
// a handle that can be safely passed back to the rendering layer to manipulate an Entity
|
|
typedef FilamentEntity = int;
|