uuid function

String uuid()

Implementation

String uuid() {
  var uuid = const Uuid();
  return uuid.v4();
}