as method

void as(
  1. String a
)

Implementation

void as(String a) {
  _alias = a;
}