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