hashCode property

  1. @override
int get hashCode
override

Returns the hash code

Implementation

@override
int get hashCode => Object.hash(
      allowPastDates,
      futureYearLimit,
      _years,
      _months,
      _days,
      _hours,
      _minutes,
      _seconds,
      _milliseconds,
      _microseconds,
    );