$Config constructor

$Config({
  1. String? annotationSpecSet,
  2. String? instructionMessage,
})

Implementation

$Config({
  this.annotationSpecSet,
  this.instructionMessage,
});