Variable constructor
Variable({})
Implementation
Variable({
this.arn,
this.createdTime,
this.dataSource,
this.dataType,
this.defaultValue,
this.description,
this.lastUpdatedTime,
this.name,
this.variableType,
});