PredictedPhoneNumberKind enum Enum

The kinds of phone numbers returned by PhoneNumberInfo.PredictNumberKind.

Inheritance
Implemented types

Constructors

PredictedPhoneNumberKind(int value)
const
PredictedPhoneNumberKind.from(int value)
factory

Values

fixedLine → const PredictedPhoneNumberKind
const PredictedPhoneNumberKind(0)
mobile → const PredictedPhoneNumberKind
const PredictedPhoneNumberKind(1)
fixedLineOrMobile → const PredictedPhoneNumberKind
const PredictedPhoneNumberKind(2)
tollFree → const PredictedPhoneNumberKind
const PredictedPhoneNumberKind(3)
premiumRate → const PredictedPhoneNumberKind
const PredictedPhoneNumberKind(4)
sharedCost → const PredictedPhoneNumberKind
const PredictedPhoneNumberKind(5)
voip → const PredictedPhoneNumberKind
const PredictedPhoneNumberKind(6)
personalNumber → const PredictedPhoneNumberKind
const PredictedPhoneNumberKind(7)
pager → const PredictedPhoneNumberKind
const PredictedPhoneNumberKind(8)
universalAccountNumber → const PredictedPhoneNumberKind
const PredictedPhoneNumberKind(9)
voicemail → const PredictedPhoneNumberKind
const PredictedPhoneNumberKind(10)
unknown → const PredictedPhoneNumberKind
const PredictedPhoneNumberKind(11)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

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

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<PredictedPhoneNumberKind>
A constant List of the values in this enum, in order of their declaration.