PrefixedIdentifier constructor

PrefixedIdentifier(
  1. String? identifier,
  2. String? prefix, {
  3. Map? ast,
})

Implementation

PrefixedIdentifier(this.identifier, this.prefix, {Map? ast}) : super(ast: ast);