copyWith method
Implementation
AssetHolderName copyWith({String? fullName}) {
  return AssetHolderName(fullName: fullName ?? this.fullName);
}AssetHolderName copyWith({String? fullName}) {
  return AssetHolderName(fullName: fullName ?? this.fullName);
}