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