copyWith method

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

Implementation

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