Converts this typed value to the package-internal JSON wire shape.
@override Object toWire() => values.map((value) => value.toWire()).toList();