copyWith method

GiftResalePriceGram copyWith({
  1. int? gramCentCount,
})

Implementation

GiftResalePriceGram copyWith({int? gramCentCount}) =>
    GiftResalePriceGram(gramCentCount: gramCentCount ?? this.gramCentCount);