uniqueSpacer top-level property

String uniqueSpacer
final

This random spacer key use it to separate tagged texts from whole word no fixed spacer key to avoid duplication

Implementation

final uniqueSpacer =
    ' ${Random().nextInt(1000)}-<SPACE>-${Random().nextInt(1000)} ';