getComponent method

dynamic getComponent()

Gets the stored component reference.

Return the component's references.

Implementation

dynamic getComponent() {
  return _component;
}