ProductListUserDialogHelper class Null safety

Dialog helper class for user product list.

Constructors

ProductListUserDialogHelper(dynamic daoProductList)

Properties

daoProductList → dynamic
final
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
showCreateUserListDialog(dynamic context) Future
Shows a "create list" dialog; returns the new ProductList if relevant.
showDeleteUserListDialog(dynamic context, dynamic productList) Future<bool>
Shows a "delete list" dialog; returns true if deleted.
showRenameUserListDialog(dynamic context, dynamic initialProductList) Future
Shows a "rename list" dialog; returns renamed ProductList if relevant.
showUserListsWithBarcodeDialog(dynamic context, dynamic product) Future<bool>
Shows all user lists with "contains barcode?" checkboxes.
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited