supportsWireframe property
False: WebGPU has no polygon fill mode at all. A wireframe here is line primitives and an index buffer built for them, which is the renderer's decision — the same answer WebGL2 gives for the same reason.
Implementation
@override
bool get supportsWireframe => false;