From c87068ff43340717d0afcbf4a322919adda6496f Mon Sep 17 00:00:00 2001 From: Remi Rousselet Date: Sun, 4 Feb 2024 19:28:07 +0100 Subject: [PATCH] Update generated code (#3321) --- examples/marvel/lib/src/configuration.freezed.dart | 2 +- examples/marvel/lib/src/marvel.freezed.dart | 2 +- examples/marvel/lib/src/result.freezed.dart | 2 +- examples/marvel/lib/src/screens/home.freezed.dart | 2 +- examples/pub/lib/pub_repository.freezed.dart | 2 +- examples/stackoverflow/lib/question.freezed.dart | 2 +- examples/stackoverflow/lib/tag.freezed.dart | 2 +- examples/stackoverflow/lib/user.freezed.dart | 2 +- packages/riverpod/example/lib/models.freezed.dart | 2 +- .../test/lints/provider_parameters.freezed.dart | 2 +- .../docs/case_studies/cancel/detail_screen/codegen.freezed.dart | 2 +- .../case_studies/pull_to_refresh/activity/codegen.freezed.dart | 2 +- .../case_studies/pull_to_refresh/full_app/codegen.freezed.dart | 2 +- .../todo_list_provider/codegen.freezed.dart | 2 +- website/docs/concepts/why_immutability/codegen.freezed.dart | 2 +- .../docs/essentials/first_request/codegen/activity.freezed.dart | 2 +- .../side_effects/codegen/todo_list_notifier.freezed.dart | 2 +- .../side_effects/codegen/todo_list_provider.freezed.dart | 2 +- website/docs/from_provider/helpers/item.freezed.dart | 2 +- .../notifier_provider/remote_todos/codegen.freezed.dart | 2 +- .../docs/providers/notifier_provider/todos/codegen.freezed.dart | 2 +- .../notifier_provider/remote_todos/codegen.freezed.dart | 2 +- .../providers/notifier_provider/todos/codegen.freezed.dart | 2 +- .../case_studies/cancel/detail_screen/codegen.freezed.dart | 2 +- .../case_studies/pull_to_refresh/activity/codegen.freezed.dart | 2 +- .../case_studies/pull_to_refresh/full_app/codegen.freezed.dart | 2 +- .../todo_list_provider/codegen.freezed.dart | 2 +- .../current/concepts/why_immutability/codegen.freezed.dart | 2 +- .../essentials/first_request/codegen/activity.freezed.dart | 2 +- .../side_effects/codegen/todo_list_notifier.freezed.dart | 2 +- .../side_effects/codegen/todo_list_provider.freezed.dart | 2 +- .../current/from_provider/helpers/item.freezed.dart | 2 +- .../notifier_provider/remote_todos/codegen.freezed.dart | 2 +- .../providers/notifier_provider/todos/codegen.freezed.dart | 2 +- .../case_studies/cancel/detail_screen/codegen.freezed.dart | 2 +- .../case_studies/pull_to_refresh/activity/codegen.freezed.dart | 2 +- .../case_studies/pull_to_refresh/full_app/codegen.freezed.dart | 2 +- .../todo_list_provider/codegen.freezed.dart | 2 +- .../current/concepts/why_immutability/codegen.freezed.dart | 2 +- .../essentials/first_request/codegen/activity.freezed.dart | 2 +- .../side_effects/codegen/todo_list_notifier.freezed.dart | 2 +- .../side_effects/codegen/todo_list_provider.freezed.dart | 2 +- .../current/from_provider/helpers/item.freezed.dart | 2 +- .../notifier_provider/remote_todos/codegen.freezed.dart | 2 +- .../providers/notifier_provider/todos/codegen.freezed.dart | 2 +- .../case_studies/cancel/detail_screen/codegen.freezed.dart | 2 +- .../case_studies/pull_to_refresh/activity/codegen.freezed.dart | 2 +- .../case_studies/pull_to_refresh/full_app/codegen.freezed.dart | 2 +- .../todo_list_provider/codegen.freezed.dart | 2 +- .../current/concepts/why_immutability/codegen.freezed.dart | 2 +- .../essentials/first_request/codegen/activity.freezed.dart | 2 +- .../side_effects/codegen/todo_list_notifier.freezed.dart | 2 +- .../side_effects/codegen/todo_list_provider.freezed.dart | 2 +- .../current/from_provider/helpers/item.freezed.dart | 2 +- .../notifier_provider/remote_todos/codegen.freezed.dart | 2 +- .../providers/notifier_provider/todos/codegen.freezed.dart | 2 +- 56 files changed, 56 insertions(+), 56 deletions(-) diff --git a/examples/marvel/lib/src/configuration.freezed.dart b/examples/marvel/lib/src/configuration.freezed.dart index 6ae5361b4..3bc79273e 100644 --- a/examples/marvel/lib/src/configuration.freezed.dart +++ b/examples/marvel/lib/src/configuration.freezed.dart @@ -12,7 +12,7 @@ part of 'configuration.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'); Configuration _$ConfigurationFromJson(Map json) { return _Configuration.fromJson(json); diff --git a/examples/marvel/lib/src/marvel.freezed.dart b/examples/marvel/lib/src/marvel.freezed.dart index 236aca293..c3950b0c2 100644 --- a/examples/marvel/lib/src/marvel.freezed.dart +++ b/examples/marvel/lib/src/marvel.freezed.dart @@ -12,7 +12,7 @@ part of 'marvel.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 _$MarvelListCharactersResponse { diff --git a/examples/marvel/lib/src/result.freezed.dart b/examples/marvel/lib/src/result.freezed.dart index daaf92469..ea52cc1de 100644 --- a/examples/marvel/lib/src/result.freezed.dart +++ b/examples/marvel/lib/src/result.freezed.dart @@ -12,7 +12,7 @@ part of 'result.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 _$Result { diff --git a/examples/marvel/lib/src/screens/home.freezed.dart b/examples/marvel/lib/src/screens/home.freezed.dart index a0f9e8ea9..93450e7ed 100644 --- a/examples/marvel/lib/src/screens/home.freezed.dart +++ b/examples/marvel/lib/src/screens/home.freezed.dart @@ -12,7 +12,7 @@ part of 'home.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 _$CharacterPagination { diff --git a/examples/pub/lib/pub_repository.freezed.dart b/examples/pub/lib/pub_repository.freezed.dart index c4cda8db7..b86c3f5d8 100644 --- a/examples/pub/lib/pub_repository.freezed.dart +++ b/examples/pub/lib/pub_repository.freezed.dart @@ -12,7 +12,7 @@ part of 'pub_repository.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'); PackageMetricsScore _$PackageMetricsScoreFromJson(Map json) { return _PackageMetricsScore.fromJson(json); diff --git a/examples/stackoverflow/lib/question.freezed.dart b/examples/stackoverflow/lib/question.freezed.dart index a9cdf80e0..5d31e4eff 100644 --- a/examples/stackoverflow/lib/question.freezed.dart +++ b/examples/stackoverflow/lib/question.freezed.dart @@ -12,7 +12,7 @@ part of 'question.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'); QuestionsResponse _$QuestionsResponseFromJson(Map json) { return _QuestionsResponse.fromJson(json); diff --git a/examples/stackoverflow/lib/tag.freezed.dart b/examples/stackoverflow/lib/tag.freezed.dart index 50ec013ca..b96ae82e2 100644 --- a/examples/stackoverflow/lib/tag.freezed.dart +++ b/examples/stackoverflow/lib/tag.freezed.dart @@ -12,7 +12,7 @@ part of 'tag.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 _$TagTheme { diff --git a/examples/stackoverflow/lib/user.freezed.dart b/examples/stackoverflow/lib/user.freezed.dart index ea66623e1..f276b487d 100644 --- a/examples/stackoverflow/lib/user.freezed.dart +++ b/examples/stackoverflow/lib/user.freezed.dart @@ -12,7 +12,7 @@ part of 'user.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'); User _$UserFromJson(Map json) { return _User.fromJson(json); diff --git a/packages/riverpod/example/lib/models.freezed.dart b/packages/riverpod/example/lib/models.freezed.dart index b0e3ebd83..64e8bd61f 100644 --- a/packages/riverpod/example/lib/models.freezed.dart +++ b/packages/riverpod/example/lib/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'); Configuration _$ConfigurationFromJson(Map json) { return _Configuration.fromJson(json); diff --git a/packages/riverpod_lint_flutter_test/test/lints/provider_parameters.freezed.dart b/packages/riverpod_lint_flutter_test/test/lints/provider_parameters.freezed.dart index 1b1c8d964..d3b95eea0 100644 --- a/packages/riverpod_lint_flutter_test/test/lints/provider_parameters.freezed.dart +++ b/packages/riverpod_lint_flutter_test/test/lints/provider_parameters.freezed.dart @@ -12,7 +12,7 @@ part of 'provider_parameters.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 _$FreezedExample {} diff --git a/website/docs/case_studies/cancel/detail_screen/codegen.freezed.dart b/website/docs/case_studies/cancel/detail_screen/codegen.freezed.dart index 96f1b9a0b..1020def96 100644 --- a/website/docs/case_studies/cancel/detail_screen/codegen.freezed.dart +++ b/website/docs/case_studies/cancel/detail_screen/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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'); Activity _$ActivityFromJson(Map json) { return _Activity.fromJson(json); diff --git a/website/docs/case_studies/pull_to_refresh/activity/codegen.freezed.dart b/website/docs/case_studies/pull_to_refresh/activity/codegen.freezed.dart index 96f1b9a0b..1020def96 100644 --- a/website/docs/case_studies/pull_to_refresh/activity/codegen.freezed.dart +++ b/website/docs/case_studies/pull_to_refresh/activity/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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'); Activity _$ActivityFromJson(Map json) { return _Activity.fromJson(json); diff --git a/website/docs/case_studies/pull_to_refresh/full_app/codegen.freezed.dart b/website/docs/case_studies/pull_to_refresh/full_app/codegen.freezed.dart index 96f1b9a0b..1020def96 100644 --- a/website/docs/case_studies/pull_to_refresh/full_app/codegen.freezed.dart +++ b/website/docs/case_studies/pull_to_refresh/full_app/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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'); Activity _$ActivityFromJson(Map json) { return _Activity.fromJson(json); diff --git a/website/docs/concepts/combining_provider_states/todo_list_provider/codegen.freezed.dart b/website/docs/concepts/combining_provider_states/todo_list_provider/codegen.freezed.dart index a2fc72563..0b73d3548 100644 --- a/website/docs/concepts/combining_provider_states/todo_list_provider/codegen.freezed.dart +++ b/website/docs/concepts/combining_provider_states/todo_list_provider/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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 _$Todo { diff --git a/website/docs/concepts/why_immutability/codegen.freezed.dart b/website/docs/concepts/why_immutability/codegen.freezed.dart index 78422f4d9..6e8c8082b 100644 --- a/website/docs/concepts/why_immutability/codegen.freezed.dart +++ b/website/docs/concepts/why_immutability/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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 _$ThemeSettings { diff --git a/website/docs/essentials/first_request/codegen/activity.freezed.dart b/website/docs/essentials/first_request/codegen/activity.freezed.dart index 3f862d5e5..6ffa343c1 100644 --- a/website/docs/essentials/first_request/codegen/activity.freezed.dart +++ b/website/docs/essentials/first_request/codegen/activity.freezed.dart @@ -12,7 +12,7 @@ part of 'activity.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'); Activity _$ActivityFromJson(Map json) { return _Activity.fromJson(json); diff --git a/website/docs/essentials/side_effects/codegen/todo_list_notifier.freezed.dart b/website/docs/essentials/side_effects/codegen/todo_list_notifier.freezed.dart index 6fb514afd..3326f9ffa 100644 --- a/website/docs/essentials/side_effects/codegen/todo_list_notifier.freezed.dart +++ b/website/docs/essentials/side_effects/codegen/todo_list_notifier.freezed.dart @@ -12,7 +12,7 @@ part of 'todo_list_notifier.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'); Todo _$TodoFromJson(Map json) { return _Todo.fromJson(json); diff --git a/website/docs/essentials/side_effects/codegen/todo_list_provider.freezed.dart b/website/docs/essentials/side_effects/codegen/todo_list_provider.freezed.dart index 67a84d8b7..26a2d640c 100644 --- a/website/docs/essentials/side_effects/codegen/todo_list_provider.freezed.dart +++ b/website/docs/essentials/side_effects/codegen/todo_list_provider.freezed.dart @@ -12,7 +12,7 @@ part of 'todo_list_provider.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 _$Todo { diff --git a/website/docs/from_provider/helpers/item.freezed.dart b/website/docs/from_provider/helpers/item.freezed.dart index 2ad228f69..e578c8154 100644 --- a/website/docs/from_provider/helpers/item.freezed.dart +++ b/website/docs/from_provider/helpers/item.freezed.dart @@ -12,7 +12,7 @@ part of 'item.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'); Item _$ItemFromJson(Map json) { return _Item.fromJson(json); diff --git a/website/docs/providers/notifier_provider/remote_todos/codegen.freezed.dart b/website/docs/providers/notifier_provider/remote_todos/codegen.freezed.dart index 3fbfdcf6c..d1b8a01d5 100644 --- a/website/docs/providers/notifier_provider/remote_todos/codegen.freezed.dart +++ b/website/docs/providers/notifier_provider/remote_todos/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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'); Todo _$TodoFromJson(Map json) { return _Todo.fromJson(json); diff --git a/website/docs/providers/notifier_provider/todos/codegen.freezed.dart b/website/docs/providers/notifier_provider/todos/codegen.freezed.dart index a2fc72563..0b73d3548 100644 --- a/website/docs/providers/notifier_provider/todos/codegen.freezed.dart +++ b/website/docs/providers/notifier_provider/todos/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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 _$Todo { diff --git a/website/i18n/fr/docusaurus-plugin-content-docs/current/providers/notifier_provider/remote_todos/codegen.freezed.dart b/website/i18n/fr/docusaurus-plugin-content-docs/current/providers/notifier_provider/remote_todos/codegen.freezed.dart index 3fbfdcf6c..d1b8a01d5 100644 --- a/website/i18n/fr/docusaurus-plugin-content-docs/current/providers/notifier_provider/remote_todos/codegen.freezed.dart +++ b/website/i18n/fr/docusaurus-plugin-content-docs/current/providers/notifier_provider/remote_todos/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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'); Todo _$TodoFromJson(Map json) { return _Todo.fromJson(json); diff --git a/website/i18n/fr/docusaurus-plugin-content-docs/current/providers/notifier_provider/todos/codegen.freezed.dart b/website/i18n/fr/docusaurus-plugin-content-docs/current/providers/notifier_provider/todos/codegen.freezed.dart index a2fc72563..0b73d3548 100644 --- a/website/i18n/fr/docusaurus-plugin-content-docs/current/providers/notifier_provider/todos/codegen.freezed.dart +++ b/website/i18n/fr/docusaurus-plugin-content-docs/current/providers/notifier_provider/todos/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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 _$Todo { diff --git a/website/i18n/it/docusaurus-plugin-content-docs/current/case_studies/cancel/detail_screen/codegen.freezed.dart b/website/i18n/it/docusaurus-plugin-content-docs/current/case_studies/cancel/detail_screen/codegen.freezed.dart index 96f1b9a0b..1020def96 100644 --- a/website/i18n/it/docusaurus-plugin-content-docs/current/case_studies/cancel/detail_screen/codegen.freezed.dart +++ b/website/i18n/it/docusaurus-plugin-content-docs/current/case_studies/cancel/detail_screen/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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'); Activity _$ActivityFromJson(Map json) { return _Activity.fromJson(json); diff --git a/website/i18n/it/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/activity/codegen.freezed.dart b/website/i18n/it/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/activity/codegen.freezed.dart index 96f1b9a0b..1020def96 100644 --- a/website/i18n/it/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/activity/codegen.freezed.dart +++ b/website/i18n/it/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/activity/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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'); Activity _$ActivityFromJson(Map json) { return _Activity.fromJson(json); diff --git a/website/i18n/it/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/full_app/codegen.freezed.dart b/website/i18n/it/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/full_app/codegen.freezed.dart index 96f1b9a0b..1020def96 100644 --- a/website/i18n/it/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/full_app/codegen.freezed.dart +++ b/website/i18n/it/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/full_app/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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'); Activity _$ActivityFromJson(Map json) { return _Activity.fromJson(json); diff --git a/website/i18n/it/docusaurus-plugin-content-docs/current/concepts/combining_provider_states/todo_list_provider/codegen.freezed.dart b/website/i18n/it/docusaurus-plugin-content-docs/current/concepts/combining_provider_states/todo_list_provider/codegen.freezed.dart index a2fc72563..0b73d3548 100644 --- a/website/i18n/it/docusaurus-plugin-content-docs/current/concepts/combining_provider_states/todo_list_provider/codegen.freezed.dart +++ b/website/i18n/it/docusaurus-plugin-content-docs/current/concepts/combining_provider_states/todo_list_provider/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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 _$Todo { diff --git a/website/i18n/it/docusaurus-plugin-content-docs/current/concepts/why_immutability/codegen.freezed.dart b/website/i18n/it/docusaurus-plugin-content-docs/current/concepts/why_immutability/codegen.freezed.dart index 78422f4d9..6e8c8082b 100644 --- a/website/i18n/it/docusaurus-plugin-content-docs/current/concepts/why_immutability/codegen.freezed.dart +++ b/website/i18n/it/docusaurus-plugin-content-docs/current/concepts/why_immutability/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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 _$ThemeSettings { diff --git a/website/i18n/it/docusaurus-plugin-content-docs/current/essentials/first_request/codegen/activity.freezed.dart b/website/i18n/it/docusaurus-plugin-content-docs/current/essentials/first_request/codegen/activity.freezed.dart index 3f862d5e5..6ffa343c1 100644 --- a/website/i18n/it/docusaurus-plugin-content-docs/current/essentials/first_request/codegen/activity.freezed.dart +++ b/website/i18n/it/docusaurus-plugin-content-docs/current/essentials/first_request/codegen/activity.freezed.dart @@ -12,7 +12,7 @@ part of 'activity.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'); Activity _$ActivityFromJson(Map json) { return _Activity.fromJson(json); diff --git a/website/i18n/it/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_notifier.freezed.dart b/website/i18n/it/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_notifier.freezed.dart index 6fb514afd..3326f9ffa 100644 --- a/website/i18n/it/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_notifier.freezed.dart +++ b/website/i18n/it/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_notifier.freezed.dart @@ -12,7 +12,7 @@ part of 'todo_list_notifier.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'); Todo _$TodoFromJson(Map json) { return _Todo.fromJson(json); diff --git a/website/i18n/it/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_provider.freezed.dart b/website/i18n/it/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_provider.freezed.dart index 67a84d8b7..26a2d640c 100644 --- a/website/i18n/it/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_provider.freezed.dart +++ b/website/i18n/it/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_provider.freezed.dart @@ -12,7 +12,7 @@ part of 'todo_list_provider.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 _$Todo { diff --git a/website/i18n/it/docusaurus-plugin-content-docs/current/from_provider/helpers/item.freezed.dart b/website/i18n/it/docusaurus-plugin-content-docs/current/from_provider/helpers/item.freezed.dart index 2ad228f69..e578c8154 100644 --- a/website/i18n/it/docusaurus-plugin-content-docs/current/from_provider/helpers/item.freezed.dart +++ b/website/i18n/it/docusaurus-plugin-content-docs/current/from_provider/helpers/item.freezed.dart @@ -12,7 +12,7 @@ part of 'item.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'); Item _$ItemFromJson(Map json) { return _Item.fromJson(json); diff --git a/website/i18n/it/docusaurus-plugin-content-docs/current/providers/notifier_provider/remote_todos/codegen.freezed.dart b/website/i18n/it/docusaurus-plugin-content-docs/current/providers/notifier_provider/remote_todos/codegen.freezed.dart index 3fbfdcf6c..d1b8a01d5 100644 --- a/website/i18n/it/docusaurus-plugin-content-docs/current/providers/notifier_provider/remote_todos/codegen.freezed.dart +++ b/website/i18n/it/docusaurus-plugin-content-docs/current/providers/notifier_provider/remote_todos/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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'); Todo _$TodoFromJson(Map json) { return _Todo.fromJson(json); diff --git a/website/i18n/it/docusaurus-plugin-content-docs/current/providers/notifier_provider/todos/codegen.freezed.dart b/website/i18n/it/docusaurus-plugin-content-docs/current/providers/notifier_provider/todos/codegen.freezed.dart index a2fc72563..0b73d3548 100644 --- a/website/i18n/it/docusaurus-plugin-content-docs/current/providers/notifier_provider/todos/codegen.freezed.dart +++ b/website/i18n/it/docusaurus-plugin-content-docs/current/providers/notifier_provider/todos/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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 _$Todo { diff --git a/website/i18n/ko/docusaurus-plugin-content-docs/current/case_studies/cancel/detail_screen/codegen.freezed.dart b/website/i18n/ko/docusaurus-plugin-content-docs/current/case_studies/cancel/detail_screen/codegen.freezed.dart index 96f1b9a0b..1020def96 100644 --- a/website/i18n/ko/docusaurus-plugin-content-docs/current/case_studies/cancel/detail_screen/codegen.freezed.dart +++ b/website/i18n/ko/docusaurus-plugin-content-docs/current/case_studies/cancel/detail_screen/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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'); Activity _$ActivityFromJson(Map json) { return _Activity.fromJson(json); diff --git a/website/i18n/ko/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/activity/codegen.freezed.dart b/website/i18n/ko/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/activity/codegen.freezed.dart index 96f1b9a0b..1020def96 100644 --- a/website/i18n/ko/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/activity/codegen.freezed.dart +++ b/website/i18n/ko/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/activity/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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'); Activity _$ActivityFromJson(Map json) { return _Activity.fromJson(json); diff --git a/website/i18n/ko/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/full_app/codegen.freezed.dart b/website/i18n/ko/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/full_app/codegen.freezed.dart index 96f1b9a0b..1020def96 100644 --- a/website/i18n/ko/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/full_app/codegen.freezed.dart +++ b/website/i18n/ko/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/full_app/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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'); Activity _$ActivityFromJson(Map json) { return _Activity.fromJson(json); diff --git a/website/i18n/ko/docusaurus-plugin-content-docs/current/concepts/combining_provider_states/todo_list_provider/codegen.freezed.dart b/website/i18n/ko/docusaurus-plugin-content-docs/current/concepts/combining_provider_states/todo_list_provider/codegen.freezed.dart index a2fc72563..0b73d3548 100644 --- a/website/i18n/ko/docusaurus-plugin-content-docs/current/concepts/combining_provider_states/todo_list_provider/codegen.freezed.dart +++ b/website/i18n/ko/docusaurus-plugin-content-docs/current/concepts/combining_provider_states/todo_list_provider/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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 _$Todo { diff --git a/website/i18n/ko/docusaurus-plugin-content-docs/current/concepts/why_immutability/codegen.freezed.dart b/website/i18n/ko/docusaurus-plugin-content-docs/current/concepts/why_immutability/codegen.freezed.dart index 78422f4d9..6e8c8082b 100644 --- a/website/i18n/ko/docusaurus-plugin-content-docs/current/concepts/why_immutability/codegen.freezed.dart +++ b/website/i18n/ko/docusaurus-plugin-content-docs/current/concepts/why_immutability/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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 _$ThemeSettings { diff --git a/website/i18n/ko/docusaurus-plugin-content-docs/current/essentials/first_request/codegen/activity.freezed.dart b/website/i18n/ko/docusaurus-plugin-content-docs/current/essentials/first_request/codegen/activity.freezed.dart index 3f862d5e5..6ffa343c1 100644 --- a/website/i18n/ko/docusaurus-plugin-content-docs/current/essentials/first_request/codegen/activity.freezed.dart +++ b/website/i18n/ko/docusaurus-plugin-content-docs/current/essentials/first_request/codegen/activity.freezed.dart @@ -12,7 +12,7 @@ part of 'activity.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'); Activity _$ActivityFromJson(Map json) { return _Activity.fromJson(json); diff --git a/website/i18n/ko/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_notifier.freezed.dart b/website/i18n/ko/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_notifier.freezed.dart index 6fb514afd..3326f9ffa 100644 --- a/website/i18n/ko/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_notifier.freezed.dart +++ b/website/i18n/ko/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_notifier.freezed.dart @@ -12,7 +12,7 @@ part of 'todo_list_notifier.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'); Todo _$TodoFromJson(Map json) { return _Todo.fromJson(json); diff --git a/website/i18n/ko/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_provider.freezed.dart b/website/i18n/ko/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_provider.freezed.dart index 67a84d8b7..26a2d640c 100644 --- a/website/i18n/ko/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_provider.freezed.dart +++ b/website/i18n/ko/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_provider.freezed.dart @@ -12,7 +12,7 @@ part of 'todo_list_provider.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 _$Todo { diff --git a/website/i18n/ko/docusaurus-plugin-content-docs/current/from_provider/helpers/item.freezed.dart b/website/i18n/ko/docusaurus-plugin-content-docs/current/from_provider/helpers/item.freezed.dart index 2ad228f69..e578c8154 100644 --- a/website/i18n/ko/docusaurus-plugin-content-docs/current/from_provider/helpers/item.freezed.dart +++ b/website/i18n/ko/docusaurus-plugin-content-docs/current/from_provider/helpers/item.freezed.dart @@ -12,7 +12,7 @@ part of 'item.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'); Item _$ItemFromJson(Map json) { return _Item.fromJson(json); diff --git a/website/i18n/ko/docusaurus-plugin-content-docs/current/providers/notifier_provider/remote_todos/codegen.freezed.dart b/website/i18n/ko/docusaurus-plugin-content-docs/current/providers/notifier_provider/remote_todos/codegen.freezed.dart index 3fbfdcf6c..d1b8a01d5 100644 --- a/website/i18n/ko/docusaurus-plugin-content-docs/current/providers/notifier_provider/remote_todos/codegen.freezed.dart +++ b/website/i18n/ko/docusaurus-plugin-content-docs/current/providers/notifier_provider/remote_todos/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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'); Todo _$TodoFromJson(Map json) { return _Todo.fromJson(json); diff --git a/website/i18n/ko/docusaurus-plugin-content-docs/current/providers/notifier_provider/todos/codegen.freezed.dart b/website/i18n/ko/docusaurus-plugin-content-docs/current/providers/notifier_provider/todos/codegen.freezed.dart index a2fc72563..0b73d3548 100644 --- a/website/i18n/ko/docusaurus-plugin-content-docs/current/providers/notifier_provider/todos/codegen.freezed.dart +++ b/website/i18n/ko/docusaurus-plugin-content-docs/current/providers/notifier_provider/todos/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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 _$Todo { diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/case_studies/cancel/detail_screen/codegen.freezed.dart b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/case_studies/cancel/detail_screen/codegen.freezed.dart index 96f1b9a0b..1020def96 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/case_studies/cancel/detail_screen/codegen.freezed.dart +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/case_studies/cancel/detail_screen/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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'); Activity _$ActivityFromJson(Map json) { return _Activity.fromJson(json); diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/activity/codegen.freezed.dart b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/activity/codegen.freezed.dart index 96f1b9a0b..1020def96 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/activity/codegen.freezed.dart +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/activity/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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'); Activity _$ActivityFromJson(Map json) { return _Activity.fromJson(json); diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/full_app/codegen.freezed.dart b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/full_app/codegen.freezed.dart index 96f1b9a0b..1020def96 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/full_app/codegen.freezed.dart +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/case_studies/pull_to_refresh/full_app/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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'); Activity _$ActivityFromJson(Map json) { return _Activity.fromJson(json); diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/concepts/combining_provider_states/todo_list_provider/codegen.freezed.dart b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/concepts/combining_provider_states/todo_list_provider/codegen.freezed.dart index a2fc72563..0b73d3548 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/concepts/combining_provider_states/todo_list_provider/codegen.freezed.dart +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/concepts/combining_provider_states/todo_list_provider/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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 _$Todo { diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/concepts/why_immutability/codegen.freezed.dart b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/concepts/why_immutability/codegen.freezed.dart index 78422f4d9..6e8c8082b 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/concepts/why_immutability/codegen.freezed.dart +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/concepts/why_immutability/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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 _$ThemeSettings { diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/essentials/first_request/codegen/activity.freezed.dart b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/essentials/first_request/codegen/activity.freezed.dart index 3f862d5e5..6ffa343c1 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/essentials/first_request/codegen/activity.freezed.dart +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/essentials/first_request/codegen/activity.freezed.dart @@ -12,7 +12,7 @@ part of 'activity.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'); Activity _$ActivityFromJson(Map json) { return _Activity.fromJson(json); diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_notifier.freezed.dart b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_notifier.freezed.dart index 6fb514afd..3326f9ffa 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_notifier.freezed.dart +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_notifier.freezed.dart @@ -12,7 +12,7 @@ part of 'todo_list_notifier.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'); Todo _$TodoFromJson(Map json) { return _Todo.fromJson(json); diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_provider.freezed.dart b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_provider.freezed.dart index 67a84d8b7..26a2d640c 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_provider.freezed.dart +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/essentials/side_effects/codegen/todo_list_provider.freezed.dart @@ -12,7 +12,7 @@ part of 'todo_list_provider.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 _$Todo { diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/from_provider/helpers/item.freezed.dart b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/from_provider/helpers/item.freezed.dart index 2ad228f69..e578c8154 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/from_provider/helpers/item.freezed.dart +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/from_provider/helpers/item.freezed.dart @@ -12,7 +12,7 @@ part of 'item.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'); Item _$ItemFromJson(Map json) { return _Item.fromJson(json); diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/providers/notifier_provider/remote_todos/codegen.freezed.dart b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/providers/notifier_provider/remote_todos/codegen.freezed.dart index 3fbfdcf6c..d1b8a01d5 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/providers/notifier_provider/remote_todos/codegen.freezed.dart +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/providers/notifier_provider/remote_todos/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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'); Todo _$TodoFromJson(Map json) { return _Todo.fromJson(json); diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/providers/notifier_provider/todos/codegen.freezed.dart b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/providers/notifier_provider/todos/codegen.freezed.dart index a2fc72563..0b73d3548 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/providers/notifier_provider/todos/codegen.freezed.dart +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/providers/notifier_provider/todos/codegen.freezed.dart @@ -12,7 +12,7 @@ part of 'codegen.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 _$Todo {