TransposeMatrix constructor Null safety

TransposeMatrix(
  1. AMatrix _m
)

Implementation

TransposeMatrix(this._m);