plainTextLength property

int get plainTextLength

Gets the plain text length (without formatting markers)

Implementation

int get plainTextLength {
  return normalizeText().length;
}