Regenerate files

This commit is contained in:
shilangyu 2022-07-15 21:21:02 +02:00
parent 75622a735b
commit 9ed7b89d68
14 changed files with 17 additions and 17 deletions

View File

@ -6,7 +6,7 @@ part of 'community_store.dart';
// StoreGenerator // StoreGenerator
// ************************************************************************** // **************************************************************************
// ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic // ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic, no_leading_underscores_for_local_identifiers
mixin _$CommunityStore on _CommunityStore, Store { mixin _$CommunityStore on _CommunityStore, Store {
late final _$refreshAsyncAction = late final _$refreshAsyncAction =

View File

@ -6,7 +6,7 @@ part of 'create_post_store.dart';
// StoreGenerator // StoreGenerator
// ************************************************************************** // **************************************************************************
// ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic // ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic, no_leading_underscores_for_local_identifiers
mixin _$CreatePostStore on _CreatePostStore, Store { mixin _$CreatePostStore on _CreatePostStore, Store {
Computed<bool>? _$hasUploadedImageComputed; Computed<bool>? _$hasUploadedImageComputed;

View File

@ -6,7 +6,7 @@ part of 'full_post_store.dart';
// StoreGenerator // StoreGenerator
// ************************************************************************** // **************************************************************************
// ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic // ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic, no_leading_underscores_for_local_identifiers
mixin _$FullPostStore on _FullPostStore, Store { mixin _$FullPostStore on _FullPostStore, Store {
Computed<List<CommentTree>?>? _$commentTreeComputed; Computed<List<CommentTree>?>? _$commentTreeComputed;

View File

@ -6,7 +6,7 @@ part of 'instance_store.dart';
// StoreGenerator // StoreGenerator
// ************************************************************************** // **************************************************************************
// ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic // ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic, no_leading_underscores_for_local_identifiers
mixin _$InstanceStore on _InstanceStore, Store { mixin _$InstanceStore on _InstanceStore, Store {
late final _$fetchAsyncAction = late final _$fetchAsyncAction =

View File

@ -6,7 +6,7 @@ part of 'log_console_page_store.dart';
// StoreGenerator // StoreGenerator
// ************************************************************************** // **************************************************************************
// ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic // ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic, no_leading_underscores_for_local_identifiers
mixin _$LogConsolePageStore on _LogConsolePageStore, Store { mixin _$LogConsolePageStore on _LogConsolePageStore, Store {
late final _$_LogConsolePageStoreActionController = late final _$_LogConsolePageStoreActionController =

View File

@ -6,7 +6,7 @@ part of 'modlog_page_store.dart';
// StoreGenerator // StoreGenerator
// ************************************************************************** // **************************************************************************
// ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic // ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic, no_leading_underscores_for_local_identifiers
mixin _$ModlogPageStore on _ModlogPageStore, Store { mixin _$ModlogPageStore on _ModlogPageStore, Store {
Computed<bool>? _$hasPreviousPageComputed; Computed<bool>? _$hasPreviousPageComputed;

View File

@ -6,7 +6,7 @@ part of 'blocks_store.dart';
// StoreGenerator // StoreGenerator
// ************************************************************************** // **************************************************************************
// ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic // ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic, no_leading_underscores_for_local_identifiers
mixin _$BlocksStore on _BlocksStore, Store { mixin _$BlocksStore on _BlocksStore, Store {
Computed<Iterable<UserBlockStore>?>? _$blockedUsersComputed; Computed<Iterable<UserBlockStore>?>? _$blockedUsersComputed;

View File

@ -6,7 +6,7 @@ part of 'community_block_store.dart';
// StoreGenerator // StoreGenerator
// ************************************************************************** // **************************************************************************
// ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic // ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic, no_leading_underscores_for_local_identifiers
mixin _$CommunityBlockStore on _CommunityBlockStore, Store { mixin _$CommunityBlockStore on _CommunityBlockStore, Store {
late final _$blockedAtom = late final _$blockedAtom =

View File

@ -6,7 +6,7 @@ part of 'user_block_store.dart';
// StoreGenerator // StoreGenerator
// ************************************************************************** // **************************************************************************
// ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic // ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic, no_leading_underscores_for_local_identifiers
mixin _$UserBlockStore on _UserBlockStore, Store { mixin _$UserBlockStore on _UserBlockStore, Store {
late final _$blockedAtom = late final _$blockedAtom =

View File

@ -19,7 +19,7 @@ ConfigStore _$ConfigStoreFromJson(Map<String, dynamic> json) => ConfigStore()
Map<String, dynamic> _$ConfigStoreToJson(ConfigStore instance) => Map<String, dynamic> _$ConfigStoreToJson(ConfigStore instance) =>
<String, dynamic>{ <String, dynamic>{
'theme': _$ThemeModeEnumMap[instance.theme], 'theme': _$ThemeModeEnumMap[instance.theme]!,
'amoledDarkMode': instance.amoledDarkMode, 'amoledDarkMode': instance.amoledDarkMode,
'locale': const LocaleConverter().toJson(instance.locale), 'locale': const LocaleConverter().toJson(instance.locale),
'showAvatars': instance.showAvatars, 'showAvatars': instance.showAvatars,
@ -38,7 +38,7 @@ const _$ThemeModeEnumMap = {
// StoreGenerator // StoreGenerator
// ************************************************************************** // **************************************************************************
// ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic // ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic, no_leading_underscores_for_local_identifiers
mixin _$ConfigStore on _ConfigStore, Store { mixin _$ConfigStore on _ConfigStore, Store {
late final _$themeAtom = Atom(name: '_ConfigStore.theme', context: context); late final _$themeAtom = Atom(name: '_ConfigStore.theme', context: context);

View File

@ -372,8 +372,8 @@ abstract class AsyncStateData<T> implements AsyncState<T> {
const factory AsyncStateData(final T data, [final String? errorTerm]) = const factory AsyncStateData(final T data, [final String? errorTerm]) =
_$AsyncStateData<T>; _$AsyncStateData<T>;
T get data => throw _privateConstructorUsedError; T get data;
String? get errorTerm => throw _privateConstructorUsedError; String? get errorTerm;
@JsonKey(ignore: true) @JsonKey(ignore: true)
_$$AsyncStateDataCopyWith<T, _$AsyncStateData<T>> get copyWith => _$$AsyncStateDataCopyWith<T, _$AsyncStateData<T>> get copyWith =>
throw _privateConstructorUsedError; throw _privateConstructorUsedError;
@ -655,7 +655,7 @@ class _$AsyncStateError<T>
abstract class AsyncStateError<T> implements AsyncState<T> { abstract class AsyncStateError<T> implements AsyncState<T> {
const factory AsyncStateError(final String errorTerm) = _$AsyncStateError<T>; const factory AsyncStateError(final String errorTerm) = _$AsyncStateError<T>;
String get errorTerm => throw _privateConstructorUsedError; String get errorTerm;
@JsonKey(ignore: true) @JsonKey(ignore: true)
_$$AsyncStateErrorCopyWith<T, _$AsyncStateError<T>> get copyWith => _$$AsyncStateErrorCopyWith<T, _$AsyncStateError<T>> get copyWith =>
throw _privateConstructorUsedError; throw _privateConstructorUsedError;

View File

@ -6,7 +6,7 @@ part of 'async_store.dart';
// StoreGenerator // StoreGenerator
// ************************************************************************** // **************************************************************************
// ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic // ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic, no_leading_underscores_for_local_identifiers
mixin _$AsyncStore<T> on _AsyncStore<T>, Store { mixin _$AsyncStore<T> on _AsyncStore<T>, Store {
Computed<bool>? _$isLoadingComputed; Computed<bool>? _$isLoadingComputed;

View File

@ -6,7 +6,7 @@ part of 'comment_store.dart';
// StoreGenerator // StoreGenerator
// ************************************************************************** // **************************************************************************
// ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic // ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic, no_leading_underscores_for_local_identifiers
mixin _$CommentStore on _CommentStore, Store { mixin _$CommentStore on _CommentStore, Store {
Computed<bool>? _$isMineComputed; Computed<bool>? _$isMineComputed;

View File

@ -6,7 +6,7 @@ part of 'post_store.dart';
// StoreGenerator // StoreGenerator
// ************************************************************************** // **************************************************************************
// ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic // ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic, no_leading_underscores_for_local_identifiers
mixin _$PostStore on _PostStore, Store { mixin _$PostStore on _PostStore, Store {
Computed<String?>? _$urlDomainComputed; Computed<String?>? _$urlDomainComputed;