useCase property
WidgetbookUseCase?
get
useCase
Implementation
WidgetbookUseCase? get useCase => path == null ? null : root.table[path!];
WidgetbookUseCase? get useCase => path == null ? null : root.table[path!];