nativeGetReference method

  1. @override
  2. @nonVirtual
C nativeGetReference(
  1. Pointer<C> p
)
override

Implementation

@override
@nonVirtual
nativeGetReference(Pointer<C> p) => throw UnsupportedError('$runtimeType: is just a view; cannot dereference it.');