Model constructor

const Model(
  1. String key,
  2. String name
)

Implementation

const Model(this.key, this.name);