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