FoundUsers constructor
FoundUsers({
- String? header,
- int? total,
- List<
UserPickerUser> ? users,
Implementation
FoundUsers({this.header, this.total, List<UserPickerUser>? users})
: users = users ?? [];