copyWith method
Implementation
FDXFiAttribute copyWith({String? name, String? value}) {
return FDXFiAttribute(name: name ?? this.name, value: value ?? this.value);
}
FDXFiAttribute copyWith({String? name, String? value}) {
return FDXFiAttribute(name: name ?? this.name, value: value ?? this.value);
}