copyWith property

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

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

Implementation

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