SearchPhone class final

Organization phone.

Available extensions

Constructors

SearchPhone(SearchPhoneType type, {required String formattedNumber, String? info, String? country, String? prefix, String? ext, String? number})
const

Properties

country String?
Phone country code.
final
ext String?
Phone extension.
final
formattedNumber String
Full phone number as human readable string.
final
hashCode int
The hash code for this object.
no setteroverride
info String?
Some additional info to differentiate multiple phones for single organization.
final
number String?
Phone number.
final
prefix String?
Phone prefix.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type SearchPhoneType
Phone type.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(covariant SearchPhone other) bool
The equality operator.
override