Language constructor

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

Implementation

Language(this.name, this.code);