nc-photos/app/lib/widget/protected_page_pin_auth_dialog.g.dart

82 lines
2.5 KiB
Dart
Raw Normal View History

2024-05-25 09:51:42 +02:00
// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'protected_page_pin_auth_dialog.dart';
// **************************************************************************
// CopyWithLintRuleGenerator
// **************************************************************************
// ignore_for_file: library_private_types_in_public_api, duplicate_ignore
// **************************************************************************
// CopyWithGenerator
// **************************************************************************
abstract class $_StateCopyWithWorker {
_State call(
{String? input,
List<int>? obsecuredInput,
bool? isAuthorized,
Unique<bool?>? isPinError});
}
class _$_StateCopyWithWorkerImpl implements $_StateCopyWithWorker {
_$_StateCopyWithWorkerImpl(this.that);
@override
_State call(
{dynamic input,
dynamic obsecuredInput,
dynamic isAuthorized,
dynamic isPinError}) {
return _State(
input: input as String? ?? that.input,
obsecuredInput: obsecuredInput as List<int>? ?? that.obsecuredInput,
isAuthorized: isAuthorized as bool? ?? that.isAuthorized,
isPinError: isPinError as Unique<bool?>? ?? that.isPinError);
}
final _State that;
}
extension $_StateCopyWith on _State {
$_StateCopyWithWorker get copyWith => _$copyWith;
$_StateCopyWithWorker get _$copyWith => _$_StateCopyWithWorkerImpl(this);
}
// **************************************************************************
// NpLogGenerator
// **************************************************************************
extension _$_BlocNpLog on _Bloc {
// ignore: unused_element
Logger get _log => log;
static final log = Logger("widget.protected_page_pin_auth_dialog._Bloc");
}
// **************************************************************************
// ToStringGenerator
// **************************************************************************
extension _$_StateToString on _State {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "_State {input: $input, obsecuredInput: [length: ${obsecuredInput.length}], isAuthorized: $isAuthorized, isPinError: $isPinError}";
}
}
extension _$_PushDigitToString on _PushDigit {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "_PushDigit {digit: $digit}";
}
}
extension _$_PopDigitToString on _PopDigit {
String _$toString() {
// ignore: unnecessary_string_interpolations
return "_PopDigit {}";
}
}