Returns true if the given encoder, decoder, or codec is variable-size.
true
bool isVariableSize(Object? object) => !isFixedSize(object);