IntValue constructor

IntValue({
  1. int? defaultValue,
  2. bool isRequired = false,
})

Implementation

IntValue({super.defaultValue, super.isRequired = false});