copyWith property

PlayerInfoCopyWith<PlayerInfo, PlayerInfo, PlayerInfo> get copyWith

Implementation

PlayerInfoCopyWith<PlayerInfo, PlayerInfo, PlayerInfo> get copyWith =>
    _PlayerInfoCopyWithImpl<PlayerInfo, PlayerInfo>(
      this as PlayerInfo,
      $identity,
      $identity,
    );