Returns a map of all the properties of the item without the id that must not be sent to the server when creating a new item
Map<String, dynamic> mapForObjectCreation() { return toMap()..remove("id"); }