CheckedAllowedCountryModel constructor

CheckedAllowedCountryModel({
  1. bool? isAllowed,
  2. bool? isDebitCard,
})

Implementation

CheckedAllowedCountryModel({this.isAllowed, this.isDebitCard});