menu
phone_parser package
documentation
phone_parser.dart
PhoneNumberException
PhoneNumberException.new const constructor
PhoneNumberException.new const constructor
dark_mode
light_mode
PhoneNumberException
constructor
const
PhoneNumberException
(
{
required
Code
code
,
String
?
description
,
})
Implementation
const PhoneNumberException({required this.code, this.description});
phone_parser package
documentation
phone_parser
PhoneNumberException
PhoneNumberException.new const constructor
PhoneNumberException class