contentBytes method

Uint8List contentBytes()

Returns the real content of a tag. This might be equal to valueBytes for some tags.

some other tags like BitString include padding in their valueBytes. This method always returns the unpadded contentBytes.

Implementation

Uint8List contentBytes() => valueBytes();