copyWith property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
$SolanaTransactionRequestCopyWith<SolanaTransactionRequest> get copyWith
inherited

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

Implementation

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