2022-12-08 16:39:13 +01:00
|
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
|
|
|
|
part of 'list_location_file.dart';
|
|
|
|
|
2022-12-16 16:01:04 +01:00
|
|
|
// **************************************************************************
|
|
|
|
// NpLogGenerator
|
|
|
|
// **************************************************************************
|
|
|
|
|
|
|
|
extension _$ListLocationFileBlocNpLog on ListLocationFileBloc {
|
|
|
|
// ignore: unused_element
|
2022-12-20 17:49:14 +01:00
|
|
|
Logger get _log => log;
|
|
|
|
|
|
|
|
static final log = Logger("bloc.list_location_file.ListLocationFileBloc");
|
2022-12-16 16:01:04 +01:00
|
|
|
}
|
|
|
|
|
2022-12-08 16:39:13 +01:00
|
|
|
// **************************************************************************
|
|
|
|
// ToStringGenerator
|
|
|
|
// **************************************************************************
|
|
|
|
|
|
|
|
extension _$ListLocationFileBlocQueryToString on ListLocationFileBlocQuery {
|
|
|
|
String _$toString() {
|
|
|
|
// ignore: unnecessary_string_interpolations
|
|
|
|
return "ListLocationFileBlocQuery {account: $account, place: $place, countryCode: $countryCode}";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
extension _$_ListLocationFileBlocExternalEventToString
|
|
|
|
on _ListLocationFileBlocExternalEvent {
|
|
|
|
String _$toString() {
|
|
|
|
// ignore: unnecessary_string_interpolations
|
|
|
|
return "_ListLocationFileBlocExternalEvent {}";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
extension _$ListLocationFileBlocStateToString on ListLocationFileBlocState {
|
|
|
|
String _$toString() {
|
|
|
|
// ignore: unnecessary_string_interpolations
|
|
|
|
return "${objectRuntimeType(this, "ListLocationFileBlocState")} {account: $account, items: [length: ${items.length}]}";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
extension _$ListLocationFileBlocFailureToString on ListLocationFileBlocFailure {
|
|
|
|
String _$toString() {
|
|
|
|
// ignore: unnecessary_string_interpolations
|
|
|
|
return "ListLocationFileBlocFailure {account: $account, items: [length: ${items.length}], exception: $exception}";
|
|
|
|
}
|
|
|
|
}
|