copyWith property

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

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

Implementation

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