Language constructor

Language(
  1. String code,
  2. String name
)

Implementation

Language(this.code, this.name);