do99 static method

Uint8List do99(
  1. int ne
)

Implementation

static Uint8List do99(final int ne) {
  return _buildDO(tagDO99, Utils.intToBin(ne, minLen: 0));
}