IntArg constructor

const IntArg(
  1. int value, {
  2. String? name,
})

Implementation

const IntArg(
  super.value, {
  super.name,
});