LxInt constructor

LxInt(
  1. int initial, {
  2. String? name,
  3. bool isSensitive = false,
})

Creates a reactive integer instance.

Implementation

LxInt(super.initial, {super.name, super.isSensitive});