spec property

VeinNotifier<Map<K, V>> get spec

Implementation

VeinNotifier<Map<K, V>> get spec {
  final VeinNotifier<Map<K, V>> val = VeinNotifier(this);
  return val;
}