upc static method

String upc()

Implementation

static String upc() {
  return _random.nextInt(10000000000).toString().padLeft(10, '0');
}