BatchCreateVariableResult constructor

BatchCreateVariableResult({
  1. List<BatchCreateVariableError>? errors,
})

Implementation

BatchCreateVariableResult({
  this.errors,
});