FCXCallDirectoryPhoneNumber class

Dart representation of 'FCXCallDirectoryPhoneNumber' from the native iOS code.

Represents a phone number that might be blocked.

Used in FCXPlugin_CallDirectoryExtension.

Implementers
Annotations

Constructors

FCXCallDirectoryPhoneNumber(int number)
Initializes a new object with the given phone number.

Properties

hashCode int
The hash code for this object.
no setterinherited
number int
The phone number.
final
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