copyWith property

GameObjectCopyWith<GameObject, GameObject, GameObject> get copyWith

Implementation

GameObjectCopyWith<GameObject, GameObject, GameObject> get copyWith =>
    _GameObjectCopyWithImpl<GameObject, GameObject>(
      this as GameObject,
      $identity,
      $identity,
    );