AliasContext constructor

AliasContext({
  1. String? kind,
  2. String? name,
})

Implementation

AliasContext({
  this.kind,
  this.name,
});