ASTTypeGenericVariable constructor

ASTTypeGenericVariable(
  1. String variableName, [
  2. ASTType? type
])

Implementation

ASTTypeGenericVariable(this.variableName, [this.type]) : super(variableName);