vt property

VARENUM get vt

The vt field of the VARIANT, representing the type of data stored.

Implementation

@pragma('vm:prefer-inline')
VARENUM get vt => ref.vt;
set vt (VARENUM value)

Implementation

@pragma('vm:prefer-inline')
set vt(VARENUM value) => ref.vt = value;