Variable constructor
Variable({})
Implementation
Variable({
required this.name,
this.type,
this.typeString,
this.isCoreType,
this.isNullable,
this.isFinal,
this.hasRequired,
this.isList,
this.isEnum,
});