MatexCountryBlocEventPayload constructor
MatexCountryBlocEventPayload({
- List<
MatexCountryMetadata> ? countries, - String? jsonData,
Creates an instance of the MatexCountryBlocEventPayload
.
Both parameters are optional.
Implementation
MatexCountryBlocEventPayload({
this.countries,
this.jsonData,
});