2022-12-08 16:39:13 +01:00
|
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
|
|
|
|
part of 'list_location.dart';
|
|
|
|
|
2022-12-16 16:01:04 +01:00
|
|
|
// **************************************************************************
|
|
|
|
// NpLogGenerator
|
|
|
|
// **************************************************************************
|
|
|
|
|
|
|
|
extension _$ListLocationBlocNpLog on ListLocationBloc {
|
|
|
|
// ignore: unused_element
|
2022-12-20 17:49:14 +01:00
|
|
|
Logger get _log => log;
|
|
|
|
|
|
|
|
static final log = Logger("bloc.list_location.ListLocationBloc");
|
2022-12-16 16:01:04 +01:00
|
|
|
}
|
|
|
|
|
2022-12-08 16:39:13 +01:00
|
|
|
// **************************************************************************
|
|
|
|
// ToStringGenerator
|
|
|
|
// **************************************************************************
|
|
|
|
|
|
|
|
extension _$ListLocationBlocQueryToString on ListLocationBlocQuery {
|
|
|
|
String _$toString() {
|
|
|
|
// ignore: unnecessary_string_interpolations
|
|
|
|
return "ListLocationBlocQuery {account: $account}";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
extension _$_ListLocationBlocExternalEventToString
|
|
|
|
on _ListLocationBlocExternalEvent {
|
|
|
|
String _$toString() {
|
|
|
|
// ignore: unnecessary_string_interpolations
|
|
|
|
return "_ListLocationBlocExternalEvent {}";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
extension _$ListLocationBlocStateToString on ListLocationBlocState {
|
|
|
|
String _$toString() {
|
|
|
|
// ignore: unnecessary_string_interpolations
|
|
|
|
return "${objectRuntimeType(this, "ListLocationBlocState")} {account: $account, result: $result}";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
extension _$ListLocationBlocFailureToString on ListLocationBlocFailure {
|
|
|
|
String _$toString() {
|
|
|
|
// ignore: unnecessary_string_interpolations
|
|
|
|
return "ListLocationBlocFailure {account: $account, result: $result, exception: $exception}";
|
|
|
|
}
|
|
|
|
}
|