copyWith method

SentGiftRegular copyWith({
  1. Gift? gift,
})

Implementation

SentGiftRegular copyWith({Gift? gift}) =>
    SentGiftRegular(gift: gift ?? this.gift);