isVector property
bool
get
isVector
Returns true if the underlying value points to a vector.
Implementation
bool get isVector => ValueTypeUtils.isAVector(_valueType);
Returns true if the underlying value points to a vector.
bool get isVector => ValueTypeUtils.isAVector(_valueType);