MyHtml constructor

MyHtml()

Returns an existing singleton.

Constructor as invoked by external instantiations.

Implementation

factory MyHtml() {
  return _singleton;
}