isHtml property

bool isHtml

Implementation

bool get isHtml {
  return PlatformJS.instance.renderer == FlutterRenderer.html;
}