static Object SphereObject( String type, { List<Object>? args, }) => { "\$object": type, "\$id": ++id, "args": args ?? [], };