Uuid constructor

Uuid(
  1. dynamic str
)

Implementation

Uuid(str) : super(str == null ? [] : [str]);