RevertVariableResponse constructor

RevertVariableResponse({
  1. Variable? variable,
})

Implementation

RevertVariableResponse({
  this.variable,
});