copyWith property

GameObjectCopyWith<GameObject, GameObject, GameObject> get copyWith

Implementation

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