suffix property

ByteList suffix

Implementation

ByteList get suffix => ByteList.withConstraint(skip(prefixLength),
    constraintLength: length - prefixLength);