toNative method

Pointer<Uint8> toNative(
  1. Allocator alloc
)

Implementation

Pointer<Uint8> toNative(Allocator alloc) {
  final writer = RecordWriter();
  writeFields(writer);
  return writer.toNative(alloc);
}