copyWith method
Implementation
GetGiftChatThemes copyWith({String? offset, int? limit}) => GetGiftChatThemes(
offset: offset ?? this.offset,
limit: limit ?? this.limit,
);
GetGiftChatThemes copyWith({String? offset, int? limit}) => GetGiftChatThemes(
offset: offset ?? this.offset,
limit: limit ?? this.limit,
);