graphemes property

List<String> get graphemes

Implementation

List<String> get graphemes =>
    _graphemes ?? document?.flattenWithNewlines() ?? const <String>[];