Model constructor

Model(
  1. String name,
  2. String properties
)

Implementation

Model(this.name, this.properties);