Matrix constructor Null safety

Matrix(
  1. String name
)

Implementation

Matrix(this.name);