multiply method Null safety

Matrix multiply(
  1. Matrix secondMatrix
)

Implementation

Matrix multiply(Matrix secondMatrix) native;