$allocate static method
Implementation
static ffi.Pointer<UnnamedStruct$7> $allocate(
ffi.Allocator $allocator, {
required ffi.Pointer<ffi.Char> cmd,
required int i,
required int delay,
}) => $allocator<UnnamedStruct$7>()
..ref.cmd = cmd
..ref.i = i
..ref.delay = delay;