spec property

VeinNotifier<String> get spec

Implementation

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