Aname.getAname

An alias that allows you to call a getter method without accessing the base Name class

class Aname
alias getAname = getName

Meta