isEnd method

bool isEnd(
  1. String value
)

is end of SpecialText

Implementation

bool isEnd(String value) => value.endsWith(endFlag);