$asGameObject property

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

Implementation

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