element property

Element element

Implementation

Element get element {
  if (!isAttached) {
    throw Exception("Element is not mounted");
  }

  return _element!;
}