verboseHumanReadable property

String get verboseHumanReadable

Gets a verbose human-readable string representation of this Duration

Implementation

String get verboseHumanReadable =>
    QDateTimeUtils.formatDuration(this, verbose: true);