dispose method

void dispose()

Disposes the allocated memory for the struct.

Implementation

void dispose() {
  name.dispose();
  tags.dispose();
}