FCXIdentifiablePhoneNumber class

Dart representation of FCXIdentifiablePhoneNumber from native iOS code.

Represents a phone number that might be blocked or identified.

Used in FCXPlugin_CallDirectoryExtension.

Inheritance
Annotations

Constructors

FCXIdentifiablePhoneNumber(int number, {required String label})
Initializes a new object with the given phone number and label.

Properties

hashCode int
The hash code for this object.
no setterinherited
label String
The identification label of the phone number.
final
number int
The phone number.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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