components property
ComponentServiceContract
get
components
Returns the component service.
Implementation
ComponentServiceContract get components => ioc.use<ComponentService>();
Returns the component service.
ComponentServiceContract get components => ioc.use<ComponentService>();