Uuid constructor

Uuid(
  1. List<int> data
)

Implementation

Uuid(List<int> data) : data = Uint8List.fromList(data);