pbstrVal property

Pointer<Pointer<Utf16>> get pbstrVal

Implementation

@pragma('vm:prefer-inline')
Pointer<Pointer<Utf16>> get pbstrVal => ref.pbstrVal;
set pbstrVal (Pointer<Pointer<Utf16>> value)

Implementation

@pragma('vm:prefer-inline')
set pbstrVal(Pointer<Pointer<Utf16>> value) => ref.pbstrVal = value;