isVariableSize property

bool get isVariableSize

Returns true if this protocol has a variable size value

Implementation

bool get isVariableSize => size == -1;