copy

fun copy(name: String = this.name): Brand

Creates a copy of this Brand object.

Return

The copied Brand object.

Parameters

name

The new name, defaults to the current value.