ListUserItem class Null safety
User Item
Constructors
- ListUserItem(User user)
- Constructs a new ListUserItem
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
-
when(
{required Widget headerItem(String heading), required Widget userItem(User user)}) → Widget -
Helper function to build widget based on ListItem type
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited