Language constructor
const
Language({})
Implementation
const Language({
required this.name,
required this.code,
required this.translations,
required this.percentage,
required this.updated,
});
const Language({
required this.name,
required this.code,
required this.translations,
required this.percentage,
required this.updated,
});