buddhistYearShort property
int
get
buddhistYearShort
The Buddhist Era year (2 digits).
Implementation
int get buddhistYearShort => buddhistYear % 100;
The Buddhist Era year (2 digits).
int get buddhistYearShort => buddhistYear % 100;