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