continuationKeysLabel property

String get continuationKeysLabel

Space-separated continuation key labels (b l m t …).

Implementation

String get continuationKeysLabel => entries.map((e) => e.keyLabel).join(' ');