AllowByDefaultSmsRegionConfig constructor

const AllowByDefaultSmsRegionConfig({
  1. required List<String> disallowedRegions,
})

Implementation

const AllowByDefaultSmsRegionConfig({required this.disallowedRegions});