MySqlVariable constructor

MySqlVariable({
  1. String? category,
  2. String? value,
  3. String? variable,
})

Implementation

MySqlVariable({
  this.category,
  this.value,
  this.variable,
});