ameteAlem property

int ameteAlem

Amete alem (አመተ ዓለም) is the total years from the creation day. In Ethiopian calendar the day of Adam and Eve creation is believed to be 5500 years before Christ which is referred as Year of Agony or ( አመተ ፍዳ ). And this function is used to calculate the number of years from the creation day till the given year, or current year if year parameter is not provided.

Implementation

int get ameteAlem => _ameteFida + this._year!;