Guid constructor

Guid(
  1. String input
)

Implementation

Guid(String input) : bytes = _fromString(input);