PhoneInputBehaviorSubject class

A singleton class that provides behavior subjects for phone number input.

This class provides behavior subjects for managing phone number input, including the country code and the phone number itself. It is designed as a singleton to ensure consistent access to the behavior subjects throughout the application. The behavior subjects are initialized with default values.

Constructors

PhoneInputBehaviorSubject()
Creates an instance of PhoneInputBehaviorSubject.
factory

Properties

countryCode ↔ BehaviorSubject<String>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
phoneNumber ↔ BehaviorSubject<String>
getter/setter pair
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