CustomVariables constructor

CustomVariables({
  1. String? name,
  2. String? value,
})

Implementation

CustomVariables({
  this.name,
  this.value,
});