The UUID value
String? get uuid => getAttribute(uuidColumn);
set uuid(String? value) => setAttribute(uuidColumn, value);