hasDecimals property

bool hasDecimals

Returns true if any property of the IsoDuration has decimals.

Implementation

bool get hasDecimals => _allProperties.any((element) => element.isDecimal());