mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 09:16:19 +01:00
29 lines
1,023 B
Dart
29 lines
1,023 B
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'list_share.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// ToStringGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
extension _$ListShareBlocQueryToString on ListShareBlocQuery {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "ListShareBlocQuery {account: $account, file: ${file.path}}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$ListShareBlocStateToString on ListShareBlocState {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "${objectRuntimeType(this, "ListShareBlocState")} {account: $account, file: ${file.path}, items: [length: ${items.length}]}";
|
||
|
}
|
||
|
}
|
||
|
|
||
|
extension _$ListShareBlocFailureToString on ListShareBlocFailure {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "ListShareBlocFailure {account: $account, file: ${file.path}, items: [length: ${items.length}], exception: $exception}";
|
||
|
}
|
||
|
}
|