uuid property

String uuid

Implementation

static String get uuid {
  ///Generate a v4 (random) id
  return Uuid().v4();
}