Guid constructor

const Guid(
  1. UnmodifiableUint8ListView bytes
)

Implementation

const Guid(this.bytes) : assert(bytes.length == 16);