copyWith property

Implementation

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