setUuid method

void setUuid(
  1. String uuid
)

Implementation

void setUuid(String uuid) {
  _uuid = uuid;
}