Language constructor

Language({
  1. String? id,
  2. String? code,
})

Implementation

Language({this.id, this.code});