From 23d8624def6241ca432f70ac5781c7693b4eee47 Mon Sep 17 00:00:00 2001 From: Adam Velebil Date: Mon, 5 Feb 2024 15:15:38 +0100 Subject: [PATCH] run dart build_runner --- lib/app/key_customization/models.freezed.dart | 2 +- lib/app/models.freezed.dart | 2 +- lib/core/models.freezed.dart | 2 +- lib/desktop/models.freezed.dart | 2 +- lib/fido/models.freezed.dart | 2 +- lib/management/models.freezed.dart | 2 +- lib/oath/models.freezed.dart | 2 +- lib/otp/models.freezed.dart | 2 +- lib/piv/models.freezed.dart | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/app/key_customization/models.freezed.dart b/lib/app/key_customization/models.freezed.dart index f3fed71d..ab173b08 100644 --- a/lib/app/key_customization/models.freezed.dart +++ b/lib/app/key_customization/models.freezed.dart @@ -12,7 +12,7 @@ part of 'models.dart'; T _$identity(T value) => value; final _privateConstructorUsedError = UnsupportedError( - 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods'); + 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models'); KeyCustomization _$KeyCustomizationFromJson(Map json) { return _KeyCustomization.fromJson(json); diff --git a/lib/app/models.freezed.dart b/lib/app/models.freezed.dart index b4d8e802..4697880a 100644 --- a/lib/app/models.freezed.dart +++ b/lib/app/models.freezed.dart @@ -12,7 +12,7 @@ part of 'models.dart'; T _$identity(T value) => value; final _privateConstructorUsedError = UnsupportedError( - 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods'); + 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models'); /// @nodoc mixin _$YubiKeyData { diff --git a/lib/core/models.freezed.dart b/lib/core/models.freezed.dart index c879aebe..545c06be 100644 --- a/lib/core/models.freezed.dart +++ b/lib/core/models.freezed.dart @@ -12,7 +12,7 @@ part of 'models.dart'; T _$identity(T value) => value; final _privateConstructorUsedError = UnsupportedError( - 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods'); + 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models'); /// @nodoc mixin _$Version { diff --git a/lib/desktop/models.freezed.dart b/lib/desktop/models.freezed.dart index 147e5859..9e244b56 100644 --- a/lib/desktop/models.freezed.dart +++ b/lib/desktop/models.freezed.dart @@ -12,7 +12,7 @@ part of 'models.dart'; T _$identity(T value) => value; final _privateConstructorUsedError = UnsupportedError( - 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods'); + 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models'); RpcResponse _$RpcResponseFromJson(Map json) { switch (json['kind']) { diff --git a/lib/fido/models.freezed.dart b/lib/fido/models.freezed.dart index c0ae21ec..acfc641c 100644 --- a/lib/fido/models.freezed.dart +++ b/lib/fido/models.freezed.dart @@ -12,7 +12,7 @@ part of 'models.dart'; T _$identity(T value) => value; final _privateConstructorUsedError = UnsupportedError( - 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods'); + 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models'); FidoState _$FidoStateFromJson(Map json) { return _FidoState.fromJson(json); diff --git a/lib/management/models.freezed.dart b/lib/management/models.freezed.dart index 4bcef072..19450e65 100644 --- a/lib/management/models.freezed.dart +++ b/lib/management/models.freezed.dart @@ -12,7 +12,7 @@ part of 'models.dart'; T _$identity(T value) => value; final _privateConstructorUsedError = UnsupportedError( - 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods'); + 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models'); DeviceConfig _$DeviceConfigFromJson(Map json) { return _DeviceConfig.fromJson(json); diff --git a/lib/oath/models.freezed.dart b/lib/oath/models.freezed.dart index dc5d9740..f0da383c 100644 --- a/lib/oath/models.freezed.dart +++ b/lib/oath/models.freezed.dart @@ -12,7 +12,7 @@ part of 'models.dart'; T _$identity(T value) => value; final _privateConstructorUsedError = UnsupportedError( - 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods'); + 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models'); OathCredential _$OathCredentialFromJson(Map json) { return _OathCredential.fromJson(json); diff --git a/lib/otp/models.freezed.dart b/lib/otp/models.freezed.dart index 88e0f669..205528cc 100644 --- a/lib/otp/models.freezed.dart +++ b/lib/otp/models.freezed.dart @@ -12,7 +12,7 @@ part of 'models.dart'; T _$identity(T value) => value; final _privateConstructorUsedError = UnsupportedError( - 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods'); + 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models'); OtpState _$OtpStateFromJson(Map json) { return _OtpState.fromJson(json); diff --git a/lib/piv/models.freezed.dart b/lib/piv/models.freezed.dart index 3603a5dc..468a7242 100644 --- a/lib/piv/models.freezed.dart +++ b/lib/piv/models.freezed.dart @@ -12,7 +12,7 @@ part of 'models.dart'; T _$identity(T value) => value; final _privateConstructorUsedError = UnsupportedError( - 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods'); + 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models'); PinMetadata _$PinMetadataFromJson(Map json) { return _PinMetadata.fromJson(json);