getYear method

int getYear()

Implementation

int getYear() => int.parse(substring(0, 4).append0());