UpperOrLowerTriangular constructor Null safety

UpperOrLowerTriangular(
  1. Matrix _m
)

Implementation

UpperOrLowerTriangular(this._m);