Alias constructor

Alias({
  1. AliasLifecycle? lifecycle,
  2. String? name,
})

Implementation

Alias({
  this.lifecycle,
  this.name,
});