isTextInsert property

bool get isTextInsert

Implementation

bool get isTextInsert => _fragments.isEmpty || _fragments.first.data != '\n';