RaylibTempAllocator<R extends RType> constructor
RaylibTempAllocator<R extends RType> (
- RaylibTemp<
RaylibBase> temp, { - required int byteSize,
Implementation
RaylibTempAllocator(this.temp, {
required this.byteSize,
}) { name = '$R'; }