getYearFromShortDate method

int getYearFromShortDate()

Implementation

int getYearFromShortDate() {
  return int.parse(split('/')[2]);
}