mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-11 20:16:20 +01:00
15 lines
557 B
Dart
15 lines
557 B
Dart
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'ad_hoc.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// ToStringGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
extension _$CollectionAdHocProviderToString on CollectionAdHocProvider {
|
||
|
String _$toString() {
|
||
|
// ignore: unnecessary_string_interpolations
|
||
|
return "CollectionAdHocProvider {account: $account, fileIds: [length: ${fileIds.length}], cover: ${cover == null ? null : "${cover!.fdPath}"}, _id: $_id}";
|
||
|
}
|
||
|
}
|