BatchGetVariableError constructor

BatchGetVariableError({
  1. int? code,
  2. String? message,
  3. String? name,
})

Implementation

BatchGetVariableError({
  this.code,
  this.message,
  this.name,
});