uuidStr top-level property
String
get
uuidStr
生成不带 '-' 符号的uuid字符串
Implementation
String get uuidStr => uuid.v4().replaceAll('-', '');
生成不带 '-' 符号的uuid字符串
String get uuidStr => uuid.v4().replaceAll('-', '');