menu
flutter_code_scanner package
documentation
ai_barcode_scanner.dart
Phone
Phone.new const constructor
Phone.new const constructor
dark_mode
light_mode
Phone
constructor
const
Phone
(
{
String
?
number
,
PhoneType
type
=
PhoneType.unknown
,
})
Construct a new
Phone
instance.
Implementation
const Phone({ this.number, this.type = PhoneType.unknown, });
flutter_code_scanner package
documentation
ai_barcode_scanner
Phone
Phone.new const constructor
Phone class