UUID constructor

UUID(
  1. List<int> bytes
)

Implementation

UUID(List<int> bytes) {
  _bytes = bytes;
}