el top-level property

El get el

Element 全局单例服务对象

Implementation

El get el {
  assert(_el != null, 'el 还未初始化,请在 main 方法中执行 El.init() 方法');
  return _el!;
}