$allocate static method

Pointer<UnnamedStruct$7> $allocate(
  1. Allocator $allocator, {
  2. required Pointer<Char> cmd,
  3. required int i,
  4. required int delay,
})

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;