uuid function

String uuid()

Implementation

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