copyWith property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
$SignatureFindRelatedAccountsOutputCopyWith<SignatureFindRelatedAccountsOutput> get copyWith
inherited

Create a copy of SignatureFindRelatedAccountsOutput with the given fields replaced by the non-null parameter values.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$SignatureFindRelatedAccountsOutputCopyWith<SignatureFindRelatedAccountsOutput> get copyWith => _$SignatureFindRelatedAccountsOutputCopyWithImpl<SignatureFindRelatedAccountsOutput>(this as SignatureFindRelatedAccountsOutput, _$identity);