inexact property

  1. @override
bool get inexact
override

Returns whether the DateTime passed to valid or invalid can be inexact.

If exact is true, this will return false.

If this is false, and the month has less than dueDay days, the last day will be considered valid.

Implementation

@override
bool get inexact => super.inexact;