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