Element.replaceChildren(node1, node2, node3, ...nodes)
/ how to use Function.apply
?
#292
Labels
type-question
A question about expected behavior or functionality
In JS we can do:
In Dart we I tried using:
But this doesn't work, because the first argument can't be a list. So the list is converted to a String. Do my
containerForValues
ends up showing::D
The text was updated successfully, but these errors were encountered: