I want to create a canvas element that I can add to an html document. The Dart recommendations seem to be to use dart:html rather then dart:dom, but as far as I can see, dart:html only contains an interface definition for a CanvasElement interface, not a class.
How do I instantiate a canvas object?