inkLines property

List<List<List<double>>>? get inkLines

Gets the ink lines as a typed nested list. Decodes from the internal JSON string representation. Format: [[x, y, pressure, ...], ...]

Implementation

List<List<List<double>>>? get inkLines => _decodeInkLines(inkLinesJson);