copyWith method

GetEmojiSuggestionsUrl copyWith({
  1. String? languageCode,
})

Implementation

GetEmojiSuggestionsUrl copyWith({
  String? languageCode,
}) =>
    GetEmojiSuggestionsUrl(
      languageCode: languageCode ?? this.languageCode,
    );