LocalisationSettings constructor
const
LocalisationSettings({})
Implementation
const LocalisationSettings({
this.isoLanguageCode = 'za',
this.isoCurrencyCode = 'ZAR',
this.isoCountryCode = 'RSA',
this.isoTimezone = '+02:00',
this.dateFormat = 'dd-MM-yyyy',
this.timeFormat = 'HH:mm',
});