encodingLength property

  1. @override
EncodingLengthInfo encodingLength
override

Information about how long the encoding will be.

Implementation

@override
EncodingLengthInfo get encodingLength =>
    const EncodingLengthInfo(sizeUnitBytes);