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