ReactiveNum constructor

ReactiveNum(
  1. num value
)

Constructs a ReactiveInt object with the initial value.

Implementation

ReactiveNum(num value) : super(value);