TournamentSearch constructor

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

Implementation

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