copyWith property

PlayerInfoCopyWith<PlayerInfo, PlayerInfo, PlayerInfo> get copyWith
inherited

Implementation

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