copyWith method

ChatThemeGift copyWith({
  1. GiftChatTheme? giftTheme,
})

Implementation

ChatThemeGift copyWith({GiftChatTheme? giftTheme}) =>
    ChatThemeGift(giftTheme: giftTheme ?? this.giftTheme);