Attribute copyWith({ String? tag, String? value }) { return Attribute( tag: tag ?? this.tag, value: value ?? this.value ); }