spec property

VeinNotifier<int> get spec

Implementation

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