BoolArg constructor

const BoolArg(
  1. bool value, {
  2. String? name,
})

Implementation

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