uuid property

String get uuid

Implementation

String get uuid {
  return $$context$$["uuid"];
}
set uuid (String value)

Implementation

set uuid(String value) {
  $$context$$["uuid"] = value;
}