toDays property

Duration get toDays

Implementation

Duration get toDays {
  return Duration(days: this);
}