copyWith method
Implementation
GetSuggestedStickerSetName copyWith({String? title}) =>
GetSuggestedStickerSetName(title: title ?? this.title);
GetSuggestedStickerSetName copyWith({String? title}) =>
GetSuggestedStickerSetName(title: title ?? this.title);