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