copyWith property

GameObjectCopyWith<GameObject, GameObject, GameObject> copyWith

Implementation

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