copyWith method
Implementation
GiftChatThemes copyWith({List<GiftChatTheme>? themes, String? nextOffset}) =>
GiftChatThemes(
themes: themes ?? this.themes,
nextOffset: nextOffset ?? this.nextOffset,
);
GiftChatThemes copyWith({List<GiftChatTheme>? themes, String? nextOffset}) =>
GiftChatThemes(
themes: themes ?? this.themes,
nextOffset: nextOffset ?? this.nextOffset,
);