randomStr property
String
get
randomStr
Implementation
static String get randomStr {
return "flutter_${Random().nextInt(99999999).toString()}";
}
static String get randomStr {
return "flutter_${Random().nextInt(99999999).toString()}";
}