SmartLoginValue constructor

const SmartLoginValue({
  1. required String value,
  2. required InputType type,
  3. required String dialCode,
  4. required String countryCode,
  5. required String flagEmoji,
})

Implementation

const SmartLoginValue({
  required this.value,
  required this.type,
  required this.dialCode,
  required this.countryCode,
  required this.flagEmoji,
});