bytes property

List<Uint8List> bytes

@return an internal representation as bytes, in row-major order. arrayx represents point (x,y)

Implementation

List<Uint8List> get bytes => _bytes;