menu
mobile_scanner_custom package
documentation
mobile_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, });
mobile_scanner_custom package
documentation
mobile_scanner
Phone
Phone.new const constructor
Phone class