PermutationMatrix constructor Null safety

PermutationMatrix(
  1. Matrix _m
)

Implementation

PermutationMatrix(this._m);