LazyValueNode(String path, { SimpleNodeProvider provider, SimpleCallback onValueSubscribe, SimpleCallback onValueUnsubscribe })

Source

LazyValueNode(String path, {
  SimpleNodeProvider provider,
  this.onValueSubscribe,
  this.onValueUnsubscribe
}) : super(path, provider);