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