Factory function that creates a new Variable.
The initial value
Optional
Optional polling or listening configuration
A new Variable instance
const myVar = Variable(0);const polled = Variable('', { poll: [1000, 'date'] }); Copy
const myVar = Variable(0);const polled = Variable('', { poll: [1000, 'date'] });
Factory function that creates a new Variable.