afterHours property
int
get
afterHours
Gets the duration in hours after the specified time.
Implementation
int get afterHours => hours * -1;
Gets the duration in hours after the specified time.
int get afterHours => hours * -1;