33 lines
1018 B
Dart
33 lines
1018 B
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'log_console_page_store.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// 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
|
||
|
|
||
|
mixin _$LogConsolePageStore on _LogConsolePageStore, Store {
|
||
|
final _$_LogConsolePageStoreActionController =
|
||
|
ActionController(name: '_LogConsolePageStore');
|
||
|
|
||
|
@override
|
||
|
void addLog(LogRecord logRecord) {
|
||
|
final _$actionInfo = _$_LogConsolePageStoreActionController.startAction(
|
||
|
name: '_LogConsolePageStore.addLog');
|
||
|
try {
|
||
|
return super.addLog(logRecord);
|
||
|
} finally {
|
||
|
_$_LogConsolePageStoreActionController.endAction(_$actionInfo);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@override
|
||
|
String toString() {
|
||
|
return '''
|
||
|
|
||
|
''';
|
||
|
}
|
||
|
}
|