getLength static method

Uint8List getLength(
  1. int length
)

Implementation

static Uint8List getLength(int length) {
  return _main(length, 0);
}