pointerUnknown<R extends RTypeUnknownLike> method
Creates a pointer-to-unknown-value field for f.
The pointed-to value is exposed without applying a specialized scalar, struct, or enum conversion.
Implementation
StructPointerValueField<dynamic, R> pointerUnknown<R extends RTypeUnknownLike>(F f)
=> pointerSync<dynamic, R>(f);