LocaleStatus constructor
LocaleStatus({})
Implementation
LocaleStatus({
required this.locale,
required this.coverage,
required this.missing,
required this.stale,
required this.locked,
});
LocaleStatus({
required this.locale,
required this.coverage,
required this.missing,
required this.stale,
required this.locked,
});