inMinutes property
double
get
inMinutes
Returns the time value in Minutes (min).
Implementation
double get inMinutes => getValue(TimeUnit.minute);
Returns the time value in Minutes (min).
double get inMinutes => getValue(TimeUnit.minute);