mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-13 18:58:53 +01:00
Tweak File.toString
This commit is contained in:
parent
4926228164
commit
51936926cc
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ class File with EquatableMixin {
|
|||
product += "hasPreview: $hasPreview, ";
|
||||
}
|
||||
if (fileId != null) {
|
||||
product += "fileId: '$fileId', ";
|
||||
product += "fileId: $fileId, ";
|
||||
}
|
||||
if (metadata != null) {
|
||||
product += "metadata: $metadata, ";
|
||||
|
|
Loading…
Reference in a new issue