copyWith method

SettingsSectionSendGift copyWith({
  1. String? subsection,
})

Implementation

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