isVector property

bool isVector

Returns true if the underlying value points to a vector.

Implementation

bool get isVector => ValueTypeUtils.isAVector(_valueType);