ASTAnnotationParameter constructor

ASTAnnotationParameter(
  1. String name,
  2. String value, [
  3. bool defaultParameter = false
])

Implementation

ASTAnnotationParameter(this.name, this.value,
    [this.defaultParameter = false]);