Gets the ink lines as a typed nested list. Decodes from the internal JSON string representation. Format: [[x, y, pressure, ...], ...]
x, y, pressure
List<List<List<double>>>? get inkLines => _decodeInkLines(inkLinesJson);