detail page item add dialog

This commit is contained in:
marcoabat
2023-08-05 15:17:07 +02:00
parent 64e680ec6f
commit 1eb1caa167
3 changed files with 83 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
class Item {
final int id;
final int? id;
final String ownerId;
String title;
String description;