getAlias method

Type getAlias(
  1. Type t
)
inherited

Implementation

Type getAlias(Type t) {
  return _alias[t] ?? t;
}