mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
This makes the logic for copying or modifying the logs much easier. Also, there were some user reports that the old logic sometimes behaved erratically and old values were sometimes reverted.
4022 lines
104 KiB
Dart
4022 lines
104 KiB
Dart
// Mocks generated by Mockito 5.4.6 from annotations
|
|
// in wger/test/core/validators_test.dart.
|
|
// Do not manually edit this file.
|
|
|
|
// ignore_for_file: no_leading_underscores_for_library_prefixes
|
|
import 'package:mockito/mockito.dart' as _i1;
|
|
import 'package:mockito/src/dummies.dart' as _i3;
|
|
import 'package:wger/l10n/generated/app_localizations.dart' as _i2;
|
|
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: avoid_redundant_argument_values
|
|
// ignore_for_file: avoid_setters_without_getters
|
|
// ignore_for_file: comment_references
|
|
// ignore_for_file: deprecated_member_use
|
|
// ignore_for_file: deprecated_member_use_from_same_package
|
|
// ignore_for_file: implementation_imports
|
|
// ignore_for_file: invalid_use_of_visible_for_testing_member
|
|
// ignore_for_file: must_be_immutable
|
|
// ignore_for_file: prefer_const_constructors
|
|
// ignore_for_file: unnecessary_parenthesis
|
|
// ignore_for_file: camel_case_types
|
|
// ignore_for_file: subtype_of_sealed_class
|
|
// ignore_for_file: invalid_use_of_internal_member
|
|
|
|
/// A class which mocks [AppLocalizations].
|
|
///
|
|
/// See the documentation for Mockito's code generation for more information.
|
|
class MockAppLocalizations extends _i1.Mock implements _i2.AppLocalizations {
|
|
MockAppLocalizations() {
|
|
_i1.throwOnMissingStub(this);
|
|
}
|
|
|
|
@override
|
|
String get localeName =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#localeName),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#localeName),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get userProfile =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#userProfile),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#userProfile),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get login =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#login),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#login),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get logout =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#logout),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#logout),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get register =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#register),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#register),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get useDefaultServer =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#useDefaultServer),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#useDefaultServer),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get useCustomServer =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#useCustomServer),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#useCustomServer),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get invalidUrl =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#invalidUrl),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#invalidUrl),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get usernameValidChars =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#usernameValidChars),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#usernameValidChars),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get passwordsDontMatch =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#passwordsDontMatch),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#passwordsDontMatch),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get passwordTooShort =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#passwordTooShort),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#passwordTooShort),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get selectAvailablePlates =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#selectAvailablePlates),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#selectAvailablePlates),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get barWeight =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#barWeight),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#barWeight),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get useColors =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#useColors),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#useColors),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get password =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#password),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#password),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get confirmPassword =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#confirmPassword),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#confirmPassword),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get invalidEmail =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#invalidEmail),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#invalidEmail),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get email =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#email),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#email),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get username =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#username),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#username),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get invalidUsername =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#invalidUsername),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#invalidUsername),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get useApiToken =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#useApiToken),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#useApiToken),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get useUsernameAndPassword =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#useUsernameAndPassword),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#useUsernameAndPassword),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get apiToken =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#apiToken),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#apiToken),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get invalidApiToken =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#invalidApiToken),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#invalidApiToken),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get apiTokenValidChars =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#apiTokenValidChars),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#apiTokenValidChars),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get customServerUrl =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#customServerUrl),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#customServerUrl),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get customServerHint =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#customServerHint),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#customServerHint),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get reset =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#reset),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#reset),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get registerInstead =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#registerInstead),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#registerInstead),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get loginInstead =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#loginInstead),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#loginInstead),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get labelBottomNavWorkout =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#labelBottomNavWorkout),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#labelBottomNavWorkout),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get labelBottomNavNutrition =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#labelBottomNavNutrition),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#labelBottomNavNutrition),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get labelWorkoutLogs =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#labelWorkoutLogs),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#labelWorkoutLogs),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get labelWorkoutPlan =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#labelWorkoutPlan),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#labelWorkoutPlan),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get labelDashboard =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#labelDashboard),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#labelDashboard),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get success =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#success),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#success),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get successfullyDeleted =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#successfullyDeleted),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#successfullyDeleted),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get successfullySaved =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#successfullySaved),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#successfullySaved),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get exerciseList =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#exerciseList),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#exerciseList),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get exercise =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#exercise),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#exercise),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get exercises =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#exercises),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#exercises),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get exerciseName =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#exerciseName),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#exerciseName),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get searchExercise =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#searchExercise),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#searchExercise),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get noIngredientsDefined =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#noIngredientsDefined),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#noIngredientsDefined),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get noMatchingExerciseFound =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#noMatchingExerciseFound),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#noMatchingExerciseFound),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get searchNamesInEnglish =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#searchNamesInEnglish),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#searchNamesInEnglish),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get equipment =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#equipment),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#equipment),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get muscles =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#muscles),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#muscles),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get musclesSecondary =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#musclesSecondary),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#musclesSecondary),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get category =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#category),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#category),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get startDate =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#startDate),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#startDate),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get dayTypeCustom =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#dayTypeCustom),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#dayTypeCustom),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get dayTypeEnom =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#dayTypeEnom),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#dayTypeEnom),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get dayTypeAmrap =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#dayTypeAmrap),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#dayTypeAmrap),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get dayTypeHiit =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#dayTypeHiit),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#dayTypeHiit),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get dayTypeTabata =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#dayTypeTabata),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#dayTypeTabata),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get dayTypeEdt =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#dayTypeEdt),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#dayTypeEdt),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get dayTypeRft =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#dayTypeRft),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#dayTypeRft),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get dayTypeAfap =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#dayTypeAfap),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#dayTypeAfap),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get slotEntryTypeNormal =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#slotEntryTypeNormal),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#slotEntryTypeNormal),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get slotEntryTypeDropset =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#slotEntryTypeDropset),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#slotEntryTypeDropset),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get slotEntryTypeMyo =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#slotEntryTypeMyo),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#slotEntryTypeMyo),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get slotEntryTypePartial =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#slotEntryTypePartial),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#slotEntryTypePartial),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get slotEntryTypeForced =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#slotEntryTypeForced),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#slotEntryTypeForced),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get slotEntryTypeTut =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#slotEntryTypeTut),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#slotEntryTypeTut),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get slotEntryTypeIso =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#slotEntryTypeIso),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#slotEntryTypeIso),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get slotEntryTypeJump =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#slotEntryTypeJump),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#slotEntryTypeJump),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get routines =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#routines),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#routines),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get newRoutine =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#newRoutine),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#newRoutine),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get noRoutines =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#noRoutines),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#noRoutines),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get reps =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#reps),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#reps)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get restTime =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#restTime),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#restTime),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get sets =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#sets),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#sets)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get rir =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#rir),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#rir)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get rirNotUsed =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#rirNotUsed),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#rirNotUsed),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get useMetric =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#useMetric),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#useMetric),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get weightUnit =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#weightUnit),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#weightUnit),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get repetitionUnit =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#repetitionUnit),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#repetitionUnit),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get set =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#set),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#set)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get dayDescriptionHelp =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#dayDescriptionHelp),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#dayDescriptionHelp),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get sameRepetitions =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#sameRepetitions),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#sameRepetitions),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get comment =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#comment),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#comment),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get impressionGood =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#impressionGood),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#impressionGood),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get impressionNeutral =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#impressionNeutral),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#impressionNeutral),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get impressionBad =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#impressionBad),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#impressionBad),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get impression =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#impression),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#impression),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get notes =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#notes),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#notes),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get workoutSession =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#workoutSession),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#workoutSession),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get restDay =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#restDay),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#restDay),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get isRestDay =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#isRestDay),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#isRestDay),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get isRestDayHelp =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#isRestDayHelp),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#isRestDayHelp),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get needsLogsToAdvance =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#needsLogsToAdvance),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#needsLogsToAdvance),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get needsLogsToAdvanceHelp =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#needsLogsToAdvanceHelp),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#needsLogsToAdvanceHelp),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get routineDays =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#routineDays),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#routineDays),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get resultingRoutine =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#resultingRoutine),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#resultingRoutine),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get newDay =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#newDay),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#newDay),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get newSet =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#newSet),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#newSet),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get selectExercises =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#selectExercises),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#selectExercises),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get gymMode =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#gymMode),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#gymMode),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get gymModeShowExercises =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#gymModeShowExercises),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#gymModeShowExercises),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get gymModeShowTimer =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#gymModeShowTimer),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#gymModeShowTimer),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get gymModeTimerType =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#gymModeTimerType),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#gymModeTimerType),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get gymModeTimerTypeHelText =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#gymModeTimerTypeHelText),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#gymModeTimerTypeHelText),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get countdown =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#countdown),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#countdown),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get stopwatch =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#stopwatch),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#stopwatch),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get gymModeDefaultCountdownTime =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#gymModeDefaultCountdownTime),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#gymModeDefaultCountdownTime),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get gymModeNotifyOnCountdownFinish =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#gymModeNotifyOnCountdownFinish),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#gymModeNotifyOnCountdownFinish),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get duration =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#duration),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#duration),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get volume =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#volume),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#volume),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get workoutCompleted =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#workoutCompleted),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#workoutCompleted),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get plateCalculator =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#plateCalculator),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#plateCalculator),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get plateCalculatorNotDivisible =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#plateCalculatorNotDivisible),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#plateCalculatorNotDivisible),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get pause =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#pause),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#pause),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get jumpTo =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#jumpTo),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#jumpTo),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get todaysWorkout =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#todaysWorkout),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#todaysWorkout),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get logHelpEntries =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#logHelpEntries),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#logHelpEntries),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get logHelpEntriesUnits =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#logHelpEntriesUnits),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#logHelpEntriesUnits),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get description =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#description),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#description),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get name =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#name),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#name)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get save =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#save),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#save)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get verify =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#verify),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#verify),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get addSet =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#addSet),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#addSet),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get addMeal =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#addMeal),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#addMeal),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get mealLogged =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#mealLogged),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#mealLogged),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get ingredientLogged =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#ingredientLogged),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#ingredientLogged),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get logMeal =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#logMeal),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#logMeal),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get addIngredient =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#addIngredient),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#addIngredient),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get logIngredient =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#logIngredient),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#logIngredient),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get searchIngredient =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#searchIngredient),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#searchIngredient),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get nutritionalPlan =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#nutritionalPlan),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#nutritionalPlan),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get nutritionalDiary =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#nutritionalDiary),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#nutritionalDiary),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get nutritionalPlans =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#nutritionalPlans),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#nutritionalPlans),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get noNutritionalPlans =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#noNutritionalPlans),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#noNutritionalPlans),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get onlyLogging =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#onlyLogging),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#onlyLogging),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get onlyLoggingHelpText =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#onlyLoggingHelpText),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#onlyLoggingHelpText),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get goalMacro =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#goalMacro),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#goalMacro),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get selectMealToLog =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#selectMealToLog),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#selectMealToLog),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get yourCurrentNutritionPlanHasNoMealsDefinedYet =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#yourCurrentNutritionPlanHasNoMealsDefinedYet),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#yourCurrentNutritionPlanHasNoMealsDefinedYet),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get toAddMealsToThePlanGoToNutritionalPlanDetails =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#toAddMealsToThePlanGoToNutritionalPlanDetails),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#toAddMealsToThePlanGoToNutritionalPlanDetails),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get goalEnergy =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#goalEnergy),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#goalEnergy),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get goalProtein =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#goalProtein),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#goalProtein),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get goalCarbohydrates =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#goalCarbohydrates),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#goalCarbohydrates),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get goalFat =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#goalFat),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#goalFat),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get goalFiber =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#goalFiber),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#goalFiber),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get anErrorOccurred =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#anErrorOccurred),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#anErrorOccurred),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get errorInfoDescription =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#errorInfoDescription),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#errorInfoDescription),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get errorInfoDescription2 =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#errorInfoDescription2),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#errorInfoDescription2),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get errorViewDetails =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#errorViewDetails),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#errorViewDetails),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get applicationLogs =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#applicationLogs),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#applicationLogs),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get errorCouldNotConnectToServer =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#errorCouldNotConnectToServer),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#errorCouldNotConnectToServer),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get errorCouldNotConnectToServerDetails =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#errorCouldNotConnectToServerDetails),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#errorCouldNotConnectToServerDetails),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get copyToClipboard =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#copyToClipboard),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#copyToClipboard),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get weight =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#weight),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#weight),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get min =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#min),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#min)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get max =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#max),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#max)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get measurement =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#measurement),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#measurement),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get measurements =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#measurements),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#measurements),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get measurementCategoriesHelpText =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#measurementCategoriesHelpText),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#measurementCategoriesHelpText),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get measurementEntriesHelpText =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#measurementEntriesHelpText),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#measurementEntriesHelpText),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get date =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#date),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#date)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get endDate =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#endDate),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#endDate),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get openEnded =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#openEnded),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#openEnded),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get value =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#value),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#value),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get start =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#start),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#start),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get time =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#time),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#time)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get timeStart =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#timeStart),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#timeStart),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get timeEnd =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#timeEnd),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#timeEnd),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get timeStartAhead =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#timeStartAhead),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#timeStartAhead),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get ingredient =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#ingredient),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#ingredient),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get energy =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#energy),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#energy),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get energyShort =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#energyShort),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#energyShort),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get macronutrients =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#macronutrients),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#macronutrients),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get planned =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#planned),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#planned),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get logged =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#logged),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#logged),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get today =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#today),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#today),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get loggedToday =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#loggedToday),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#loggedToday),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get weekAverage =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#weekAverage),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#weekAverage),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get surplus =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#surplus),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#surplus),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get deficit =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#deficit),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#deficit),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get difference =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#difference),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#difference),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get percentEnergy =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#percentEnergy),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#percentEnergy),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get gPerBodyKg =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#gPerBodyKg),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#gPerBodyKg),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get total =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#total),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#total),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get kcal =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#kcal),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#kcal)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get kJ =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#kJ),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#kJ)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get g =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#g),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#g)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get protein =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#protein),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#protein),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get proteinShort =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#proteinShort),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#proteinShort),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get carbohydrates =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#carbohydrates),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#carbohydrates),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get carbohydratesShort =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#carbohydratesShort),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#carbohydratesShort),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get sugars =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#sugars),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#sugars),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get fat =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#fat),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#fat)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get fatShort =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#fatShort),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#fatShort),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get saturatedFat =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#saturatedFat),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#saturatedFat),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get fiber =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#fiber),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#fiber),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get sodium =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#sodium),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#sodium),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get amount =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#amount),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#amount),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get unit =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#unit),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#unit)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get newEntry =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#newEntry),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#newEntry),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get noWeightEntries =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#noWeightEntries),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#noWeightEntries),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get noMeasurementEntries =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#noMeasurementEntries),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#noMeasurementEntries),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get moreMeasurementEntries =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#moreMeasurementEntries),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#moreMeasurementEntries),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get edit =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#edit),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#edit)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get loadingText =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#loadingText),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#loadingText),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get delete =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#delete),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#delete),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get newNutritionalPlan =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#newNutritionalPlan),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#newNutritionalPlan),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get overview =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#overview),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#overview),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get toggleDetails =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#toggleDetails),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#toggleDetails),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get goToDetailPage =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#goToDetailPage),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#goToDetailPage),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get aboutWhySupportTitle =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#aboutWhySupportTitle),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#aboutWhySupportTitle),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get aboutDescription =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#aboutDescription),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#aboutDescription),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get aboutDonateTitle =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#aboutDonateTitle),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#aboutDonateTitle),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get aboutDonateText =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#aboutDonateText),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#aboutDonateText),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get aboutContributeTitle =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#aboutContributeTitle),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#aboutContributeTitle),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get aboutContributeText =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#aboutContributeText),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#aboutContributeText),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get aboutBugsListTitle =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#aboutBugsListTitle),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#aboutBugsListTitle),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get aboutTranslationListTitle =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#aboutTranslationListTitle),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#aboutTranslationListTitle),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get aboutSourceListTitle =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#aboutSourceListTitle),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#aboutSourceListTitle),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get aboutJoinCommunityTitle =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#aboutJoinCommunityTitle),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#aboutJoinCommunityTitle),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get aboutMastodonTitle =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#aboutMastodonTitle),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#aboutMastodonTitle),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get aboutDiscordTitle =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#aboutDiscordTitle),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#aboutDiscordTitle),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get others =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#others),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#others),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get calendar =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#calendar),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#calendar),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get goToToday =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#goToToday),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#goToToday),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get enterValue =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#enterValue),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#enterValue),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get selectEntry =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#selectEntry),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#selectEntry),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get selectExercise =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#selectExercise),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#selectExercise),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get baseNameEnglish =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#baseNameEnglish),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#baseNameEnglish),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get setUnitsAndRir =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#setUnitsAndRir),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#setUnitsAndRir),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get enterValidNumber =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#enterValidNumber),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#enterValidNumber),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get selectIngredient =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#selectIngredient),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#selectIngredient),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get recentlyUsedIngredients =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#recentlyUsedIngredients),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#recentlyUsedIngredients),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get selectImage =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#selectImage),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#selectImage),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get optionsLabel =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#optionsLabel),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#optionsLabel),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get takePicture =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#takePicture),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#takePicture),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get chooseFromLibrary =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#chooseFromLibrary),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#chooseFromLibrary),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get gallery =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#gallery),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#gallery),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get addImage =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#addImage),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#addImage),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get dataCopied =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#dataCopied),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#dataCopied),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get appUpdateTitle =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#appUpdateTitle),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#appUpdateTitle),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get appUpdateContent =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#appUpdateContent),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#appUpdateContent),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get productFound =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#productFound),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#productFound),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get productNotFound =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#productNotFound),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#productNotFound),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get scanBarcode =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#scanBarcode),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#scanBarcode),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get close =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#close),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#close),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get identicalExercisePleaseDiscard =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#identicalExercisePleaseDiscard),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#identicalExercisePleaseDiscard),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get checkInformationBeforeSubmitting =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#checkInformationBeforeSubmitting),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#checkInformationBeforeSubmitting),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get add_exercise_image_license =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#add_exercise_image_license),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#add_exercise_image_license),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get imageDetailsTitle =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#imageDetailsTitle),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#imageDetailsTitle),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get imageDetailsLicenseTitle =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#imageDetailsLicenseTitle),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#imageDetailsLicenseTitle),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get imageDetailsLicenseTitleHint =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#imageDetailsLicenseTitleHint),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#imageDetailsLicenseTitleHint),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get imageDetailsSourceLink =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#imageDetailsSourceLink),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#imageDetailsSourceLink),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get author =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#author),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#author),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get authorHint =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#authorHint),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#authorHint),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get imageDetailsAuthorLink =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#imageDetailsAuthorLink),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#imageDetailsAuthorLink),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get imageDetailsDerivativeSource =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#imageDetailsDerivativeSource),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#imageDetailsDerivativeSource),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get imageDetailsDerivativeHelp =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#imageDetailsDerivativeHelp),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#imageDetailsDerivativeHelp),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get imageDetailsImageType =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#imageDetailsImageType),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#imageDetailsImageType),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get imageDetailsLicenseNotice =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#imageDetailsLicenseNotice),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#imageDetailsLicenseNotice),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get imageDetailsLicenseNoticeLinkToLicense =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#imageDetailsLicenseNoticeLinkToLicense),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#imageDetailsLicenseNoticeLinkToLicense),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get add =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#add),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#add)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get variations =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#variations),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#variations),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get verifiedEmail =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#verifiedEmail),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#verifiedEmail),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get unVerifiedEmail =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#unVerifiedEmail),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#unVerifiedEmail),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get verifiedEmailReason =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#verifiedEmailReason),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#verifiedEmailReason),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get alternativeNames =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#alternativeNames),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#alternativeNames),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get oneNamePerLine =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#oneNamePerLine),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#oneNamePerLine),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get whatVariationsExist =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#whatVariationsExist),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#whatVariationsExist),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get previous =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#previous),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#previous),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get next =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#next),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#next)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get images =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#images),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#images),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get language =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#language),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#language),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get addExercise =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#addExercise),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#addExercise),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get fitInWeek =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#fitInWeek),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#fitInWeek),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get fitInWeekHelp =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#fitInWeekHelp),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#fitInWeekHelp),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get addSuperset =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#addSuperset),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#addSuperset),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get superset =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#superset),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#superset),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get setHasProgression =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#setHasProgression),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#setHasProgression),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get setHasProgressionWarning =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#setHasProgressionWarning),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#setHasProgressionWarning),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get setHasNoExercises =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#setHasNoExercises),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#setHasNoExercises),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get contributeExercise =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#contributeExercise),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#contributeExercise),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get translation =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#translation),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#translation),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get translateExercise =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#translateExercise),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#translateExercise),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get baseData =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#baseData),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#baseData),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get enterTextInLanguage =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#enterTextInLanguage),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#enterTextInLanguage),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get settingsTitle =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#settingsTitle),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#settingsTitle),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get settingsCacheTitle =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#settingsCacheTitle),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#settingsCacheTitle),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get settingsExerciseCacheDescription =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#settingsExerciseCacheDescription),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#settingsExerciseCacheDescription),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get settingsIngredientCacheDescription =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#settingsIngredientCacheDescription),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#settingsIngredientCacheDescription),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get settingsCacheDeletedSnackbar =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#settingsCacheDeletedSnackbar),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#settingsCacheDeletedSnackbar),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get aboutPageTitle =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#aboutPageTitle),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#aboutPageTitle),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get simpleMode =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#simpleMode),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#simpleMode),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get simpleModeHelp =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#simpleModeHelp),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#simpleModeHelp),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get progressionRules =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#progressionRules),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#progressionRules),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get cacheWarning =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#cacheWarning),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#cacheWarning),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get textPromptTitle =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#textPromptTitle),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#textPromptTitle),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get textPromptSubheading =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#textPromptSubheading),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#textPromptSubheading),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get abs =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#abs),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#abs)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get arms =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#arms),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#arms)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get back =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#back),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#back)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get barbell =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#barbell),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#barbell),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get bench =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#bench),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#bench),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get biceps =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#biceps),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#biceps),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get body_weight =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#body_weight),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#body_weight),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get calves =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#calves),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#calves),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get cardio =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#cardio),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#cardio),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get chest =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#chest),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#chest),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get dumbbell =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#dumbbell),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#dumbbell),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get glutes =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#glutes),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#glutes),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get gym_mat =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#gym_mat),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#gym_mat),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get hamstrings =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#hamstrings),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#hamstrings),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get incline_bench =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#incline_bench),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#incline_bench),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get kettlebell =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#kettlebell),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#kettlebell),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get kilometers =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#kilometers),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#kilometers),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get kilometers_per_hour =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#kilometers_per_hour),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#kilometers_per_hour),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get lats =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#lats),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#lats)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get legs =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#legs),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#legs)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get lower_back =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#lower_back),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#lower_back),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get max_reps =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#max_reps),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#max_reps),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get miles =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#miles),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#miles),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get miles_per_hour =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#miles_per_hour),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#miles_per_hour),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get minutes =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#minutes),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#minutes),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get plates =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#plates),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#plates),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get pull_up_bar =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#pull_up_bar),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#pull_up_bar),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get quads =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#quads),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#quads),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get repetitions =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#repetitions),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#repetitions),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get resistance_band =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#resistance_band),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#resistance_band),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get sz_bar =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#sz_bar),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#sz_bar),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get seconds =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#seconds),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#seconds),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get shoulders =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#shoulders),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#shoulders),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get swiss_ball =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#swiss_ball),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#swiss_ball),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get triceps =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#triceps),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#triceps),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get until_failure =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#until_failure),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#until_failure),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get kg =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#kg),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#kg)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get lb =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#lb),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#lb)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get none__bodyweight_exercise_ =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#none__bodyweight_exercise_),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#none__bodyweight_exercise_),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get log =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#log),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#log)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get done =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#done),
|
|
returnValue: _i3.dummyValue<String>(this, Invocation.getter(#done)),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get overallChangeWeight =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#overallChangeWeight),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#overallChangeWeight),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get goalTypeMeals =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#goalTypeMeals),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#goalTypeMeals),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get goalTypeBasic =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#goalTypeBasic),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#goalTypeBasic),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get goalTypeAdvanced =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#goalTypeAdvanced),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#goalTypeAdvanced),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get indicatorRaw =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#indicatorRaw),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#indicatorRaw),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get indicatorAvg =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#indicatorAvg),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#indicatorAvg),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get endWorkout =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#endWorkout),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#endWorkout),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get themeMode =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#themeMode),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#themeMode),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get darkMode =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#darkMode),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#darkMode),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get lightMode =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#lightMode),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#lightMode),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String get systemMode =>
|
|
(super.noSuchMethod(
|
|
Invocation.getter(#systemMode),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.getter(#systemMode),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String exerciseNr(String? nr) =>
|
|
(super.noSuchMethod(
|
|
Invocation.method(#exerciseNr, [nr]),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.method(#exerciseNr, [nr]),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String supersetNr(String? nr) =>
|
|
(super.noSuchMethod(
|
|
Invocation.method(#supersetNr, [nr]),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.method(#supersetNr, [nr]),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String durationHoursMinutes(int? hours, int? minutes) =>
|
|
(super.noSuchMethod(
|
|
Invocation.method(#durationHoursMinutes, [hours, minutes]),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.method(#durationHoursMinutes, [hours, minutes]),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String chartAllTimeTitle(String? name) =>
|
|
(super.noSuchMethod(
|
|
Invocation.method(#chartAllTimeTitle, [name]),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.method(#chartAllTimeTitle, [name]),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String chart30DaysTitle(String? name) =>
|
|
(super.noSuchMethod(
|
|
Invocation.method(#chart30DaysTitle, [name]),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.method(#chart30DaysTitle, [name]),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String chartDuringPlanTitle(String? chartName, String? planName) =>
|
|
(super.noSuchMethod(
|
|
Invocation.method(#chartDuringPlanTitle, [chartName, planName]),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.method(#chartDuringPlanTitle, [chartName, planName]),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String kcalValue(String? value) =>
|
|
(super.noSuchMethod(
|
|
Invocation.method(#kcalValue, [value]),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.method(#kcalValue, [value]),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String gValue(String? value) =>
|
|
(super.noSuchMethod(
|
|
Invocation.method(#gValue, [value]),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.method(#gValue, [value]),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String percentValue(String? value) =>
|
|
(super.noSuchMethod(
|
|
Invocation.method(#percentValue, [value]),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.method(#percentValue, [value]),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String confirmDelete(String? toDelete) =>
|
|
(super.noSuchMethod(
|
|
Invocation.method(#confirmDelete, [toDelete]),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.method(#confirmDelete, [toDelete]),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String enterCharacters(String? min, String? max) =>
|
|
(super.noSuchMethod(
|
|
Invocation.method(#enterCharacters, [min, max]),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.method(#enterCharacters, [min, max]),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String formMinMaxValues(int? min, int? max) =>
|
|
(super.noSuchMethod(
|
|
Invocation.method(#formMinMaxValues, [min, max]),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.method(#formMinMaxValues, [min, max]),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String enterMinCharacters(String? min) =>
|
|
(super.noSuchMethod(
|
|
Invocation.method(#enterMinCharacters, [min]),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.method(#enterMinCharacters, [min]),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String nrOfSets(String? nrOfSets) =>
|
|
(super.noSuchMethod(
|
|
Invocation.method(#nrOfSets, [nrOfSets]),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.method(#nrOfSets, [nrOfSets]),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String productFoundDescription(String? productName) =>
|
|
(super.noSuchMethod(
|
|
Invocation.method(#productFoundDescription, [productName]),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.method(#productFoundDescription, [productName]),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String productNotFoundDescription(String? barcode) =>
|
|
(super.noSuchMethod(
|
|
Invocation.method(#productNotFoundDescription, [barcode]),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.method(#productNotFoundDescription, [barcode]),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String imageFormatNotSupported(String? imageFormat) =>
|
|
(super.noSuchMethod(
|
|
Invocation.method(#imageFormatNotSupported, [imageFormat]),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.method(#imageFormatNotSupported, [imageFormat]),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String imageFormatNotSupportedDetail(String? imageFormat) =>
|
|
(super.noSuchMethod(
|
|
Invocation.method(#imageFormatNotSupportedDetail, [imageFormat]),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.method(#imageFormatNotSupportedDetail, [imageFormat]),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String alsoKnownAs(String? aliases) =>
|
|
(super.noSuchMethod(
|
|
Invocation.method(#alsoKnownAs, [aliases]),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.method(#alsoKnownAs, [aliases]),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String verifiedEmailInfo(String? email) =>
|
|
(super.noSuchMethod(
|
|
Invocation.method(#verifiedEmailInfo, [email]),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.method(#verifiedEmailInfo, [email]),
|
|
),
|
|
)
|
|
as String);
|
|
|
|
@override
|
|
String contributeExerciseWarning(String? days) =>
|
|
(super.noSuchMethod(
|
|
Invocation.method(#contributeExerciseWarning, [days]),
|
|
returnValue: _i3.dummyValue<String>(
|
|
this,
|
|
Invocation.method(#contributeExerciseWarning, [days]),
|
|
),
|
|
)
|
|
as String);
|
|
}
|