uuid function

String uuid()

Implementation

String uuid() {
  return _uuid.v4();
}