scopeBus property
EventBus?
get
scopeBus
Implementation
EventBus? get scopeBus =>
_scopeCommand != null ? _scopeCommand!.bindedBus : throw Exception("Scope<${T..runtimeType}> not initalize");
EventBus? get scopeBus =>
_scopeCommand != null ? _scopeCommand!.bindedBus : throw Exception("Scope<${T..runtimeType}> not initalize");