Guid constructor

Guid()

Initializes a new instance of the Guid structure.

Implementation

factory Guid() {
  return Guid._(_Guid.generate());
}