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