$asGameObject property

GameObjectCopyWith<$R, GameObject, $Out> $asGameObject

Implementation

GameObjectCopyWith<$R, GameObject, $Out> get $asGameObject =>
    $base.as((v, t, t2) => _GameObjectCopyWithImpl(v, t, t2));