Mat2D.clone constructor

Mat2D.clone(
  1. Mat2D copy
)

Implementation

Mat2D.clone(Mat2D copy) : _buffer = Float32List.fromList(copy.values);