copyWith property

Implementation

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