hasController property
bool
get
hasController
Implementation
bool get hasController =>
_controller != null && _path != null && _constructor != null;
bool get hasController =>
_controller != null && _path != null && _constructor != null;