copyWith property

Implementation

CopyWith$Query$searchPlayers<Query$searchPlayers> get copyWith =>
    CopyWith$Query$searchPlayers(
      this,
      (i) => i,
    );