autoV4Uuid static method

String? autoV4Uuid()

随机生成一个v4版本的uuid

Implementation

static String? autoV4Uuid() {
  return _u.v4();
}