spec property

VeinNotifier<List<T>> get spec

Implementation

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