copyWith method

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

Implementation

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