getMinute method

int getMinute()

Implementation

int getMinute() => int.parse(substring(3, 5).append0());