minusHours method
Subtracts the specified number of hours.
Implementation
ZonedDateTime minusHours(int hours) => minus(Duration(hours: hours));
Subtracts the specified number of hours.
ZonedDateTime minusHours(int hours) => minus(Duration(hours: hours));