Locale constructor
const
Locale({})
Implementation
const Locale({
required this.language,
this.region,
this.script,
this.calendar,
this.caseFirst,
this.collation,
this.hourCycle,
this.numberingSystem,
this.numeric,
});