copyWith property

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

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

Implementation

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