List<List<String>> get lines => lineViews .map((line) => List<String>.unmodifiable(line)) .toList(growable: false);