Guid.fromString constructor

Guid.fromString(
  1. String input
)

Implementation

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