Language constructor

const Language(
  1. String languageCode
)

Implementation

const Language(this.languageCode);