MatexCountryDataProvider constructor

MatexCountryDataProvider({
  1. String? jsonData,
})

Creates an instance of MatexCountryDataProvider.

jsonData is an optional parameter, representing country data in JSON.

Implementation

MatexCountryDataProvider({
  this.jsonData,
});