$allocate static method
Implementation
static ffi.Pointer<UnnamedStruct$9> $allocate(
ffi.Allocator $allocator, {
required int x,
required int score,
}) => $allocator<UnnamedStruct$9>()
..ref.x = x
..ref.score = score;
static ffi.Pointer<UnnamedStruct$9> $allocate(
ffi.Allocator $allocator, {
required int x,
required int score,
}) => $allocator<UnnamedStruct$9>()
..ref.x = x
..ref.score = score;