copyWith method

InputChatThemeEmoji copyWith({
  1. String? name,
})

Implementation

InputChatThemeEmoji copyWith({String? name}) =>
    InputChatThemeEmoji(name: name ?? this.name);