minutes property
Duration
get
minutes
Converts the number to minutes.
Implementation
Duration get minutes => (this * 1000 * 1000 * 60).microseconds;
Converts the number to minutes.
Duration get minutes => (this * 1000 * 1000 * 60).microseconds;