spec property
VeinNotifier<Widget>
get
spec
Implementation
VeinNotifier<Widget> get spec {
final VeinNotifier<Widget> val = VeinNotifier(this);
return val;
}
VeinNotifier<Widget> get spec {
final VeinNotifier<Widget> val = VeinNotifier(this);
return val;
}