capacity property

  1. @override
int get capacity
override

Events max entries

Reflects the C-side capacity of the raylib-managed array; has no practical use on the Dart side.

Implementation

@override
int get capacity => ref.capacity;