toDart method

FilePathListD toDart([
  1. Pointer<FilePathListC>? ptr
])

Implementation

FilePathListD toDart([Pointer<FilePathListC>? ptr]) => .new(
  op: FilePathListD.struct.ptr(NativeMemoryPointer.orNull(ptr?..ref = this)),
);