Arg<T> constructor

const Arg<T>(
  1. String name, {
  2. T? value,
})

Implementation

const Arg(
  this.name, {
  this.value,
});