SearchFormAndUserList constructor

const SearchFormAndUserList(
  1. {Key? key,
  2. required List<UserModel> users}
)

Implementation

const SearchFormAndUserList({super.key, required this.users});