rootCon property

ControllerMVC? rootCon
inherited

Returns 'the first' Controller associated with this StateMVC object. Returns null if empty.

Implementation

ControllerMVC? get rootCon => _asList.isEmpty ? null : _asList.first;