chainCode property

List<int> get chainCode

Computes and returns the chain code for the path element.

Implementation

List<int> get chainCode {
  return computeChainCode;
}