Variable constructor

Variable(
  1. AstType type,
  2. String name, {
  3. List<String> codeComments = const <String>[],
})

Implementation

Variable(this.type, this.name, {this.codeComments = const <String>[]});