PlayerSearch constructor

const PlayerSearch({
  1. List<Player>? items,
  2. String? totalItems,
  3. String? currentItems,
})

Implementation

const PlayerSearch({
  this.items,
  this.totalItems,
  this.currentItems,
});