dispose method
void
dispose()
Disposes the allocated memory for the struct.
Implementation
void dispose() {
name.dispose();
tags.dispose();
}
Disposes the allocated memory for the struct.
void dispose() {
name.dispose();
tags.dispose();
}