copyWith method
Implementation
SettingsSectionSendGift copyWith({String? subsection}) =>
SettingsSectionSendGift(subsection: subsection ?? this.subsection);
SettingsSectionSendGift copyWith({String? subsection}) =>
SettingsSectionSendGift(subsection: subsection ?? this.subsection);