afterHours property

int get afterHours

Gets the duration in hours after the specified time.

Implementation

int get afterHours => hours * -1;