Abi constructor

Abi({
  1. String? alias,
})

Implementation

Abi({
  this.alias,
});