FastAppSettingsBlocEventPayload constructor

const FastAppSettingsBlocEventPayload({
  1. String? primaryCurrencyCode,
  2. String? secondaryCurrencyCode,
  3. bool? use24HourFormat,
  4. String? languageCode,
  5. String? countryCode,
  6. bool? saveEntry,
  7. String? theme,
})

Implementation

const FastAppSettingsBlocEventPayload({
  this.primaryCurrencyCode,
  this.secondaryCurrencyCode,
  this.use24HourFormat,
  this.languageCode,
  this.countryCode,
  this.saveEntry,
  this.theme,
});