delimeterConnector property

String? get delimeterConnector
inherited

"and" keyword.

Used to connect last two elements of duration list items. Will be appended after durationDelimiter For example:

When null --> 2 minutes 3 seconds

When equal to 'and' --> 2 minutes and 3 seconds

Implementation

String? get delimeterConnector => null;