canNanosecondsBeInteger property

bool canNanosecondsBeInteger

Implementation

bool get canNanosecondsBeInteger =>
    _milliseconds < Platform.intMaxValue ~/ TimeConstants.nanosecondsPerMillisecond
        && _milliseconds > Platform.intMinValue ~/ TimeConstants.nanosecondsPerMillisecond;