firstCon property
ControllerMVC
get
firstCon
inherited
Returns 'the first' Controller associated with this StateMVC object.
Implementation
ControllerMVC get firstCon => _asList.first;
Returns 'the first' Controller associated with this StateMVC object.
ControllerMVC get firstCon => _asList.first;