Guid constructor

Guid(
  1. String input
)

Implementation

Guid(String input) : this._internal(_fromString(input));