nativePtr property
      
      Pointer<NativeType> 
      get
      nativePtr
      
    
    
Get the native pointer for FFI calls
Implementation
Pointer get nativePtr => _ptr;Get the native pointer for FFI calls
Pointer get nativePtr => _ptr;