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