SearchModel constructor

SearchModel(
  1. bool ok,
  2. List<UserModel> data
)

Implementation

SearchModel(this.ok, this.data);