isVariableSize property
bool
get
isVariableSize
Returns true if this protocol has a variable size value
Implementation
bool get isVariableSize => size == -1;
Returns true if this protocol has a variable size value
bool get isVariableSize => size == -1;