copy

fun copy(    name: String = this.name,     type: VarType = this.type,     normalized: Boolean = this.normalized,     offset: Int? = this.offset,     active: Boolean = this.active,     precision: Precision = this.precision,     divisor: Int = this.divisor,     fixedLocation: Int = this.fixedLocation): Attribute