mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-23 07:29:23 +01:00
Format code
This commit is contained in:
parent
12e4118b99
commit
534fcc7546
1 changed files with 4 additions and 4 deletions
|
@ -36,10 +36,10 @@ abstract class PhotoListFileItem extends SelectableItem {
|
||||||
|
|
||||||
@override
|
@override
|
||||||
toString() => "$runtimeType {"
|
toString() => "$runtimeType {"
|
||||||
"fileIndex: $fileIndex, "
|
"fileIndex: $fileIndex, "
|
||||||
"file: ${file.path}, "
|
"file: ${file.path}, "
|
||||||
"shouldShowFavoriteBadge: $shouldShowFavoriteBadge, "
|
"shouldShowFavoriteBadge: $shouldShowFavoriteBadge, "
|
||||||
"}";
|
"}";
|
||||||
|
|
||||||
final int fileIndex;
|
final int fileIndex;
|
||||||
final File file;
|
final File file;
|
||||||
|
|
Loading…
Reference in a new issue