SetParameterArgs constructor

const SetParameterArgs({
  1. int? id,
  2. String? $value,
  3. String? generator,
  4. String? ats,
})

Implementation

const SetParameterArgs({
  this.id,
  this.$value,
  this.generator,
  this.ats,
});