is there a way I can shorten this ```val attr = el...
# getting-started
e
is there a way I can shorten this
Copy code
val attr = element.getAttribute("name")
if(attr.isNotEmpty()) {
    mesh.mName = attr
}
?