FastAppSettingsBlocEvent.countryCodeChanged constructor
FastAppSettingsBlocEvent.countryCodeChanged(
- String? countryCode
Constructor for the countryCodeChanged event.
Implementation
FastAppSettingsBlocEvent.countryCodeChanged(String? countryCode)
: super(
type: FastAppSettingsBlocEventType.countryCodeChanged,
payload: FastAppSettingsBlocEventPayload(countryCode: countryCode),
);