isEnd method

bool isEnd(
  1. String value
)
inherited

is end of SpecialText

Implementation

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