DependentPhoneNumberIdentifier class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

DependentPhoneNumberIdentifier({required String phoneNumberId, required String phoneNumber, required String label, required TelephonyProvider provider})
const
DependentPhoneNumberIdentifier.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
label String
final
phoneNumber String
final
phoneNumberId String
final
provider TelephonyProvider
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? phoneNumberId, String? phoneNumber, String? label, TelephonyProvider? provider}) DependentPhoneNumberIdentifier

Available on DependentPhoneNumberIdentifier, provided by the $DependentPhoneNumberIdentifierExtension extension

copyWithWrapped({Wrapped<String>? phoneNumberId, Wrapped<String>? phoneNumber, Wrapped<String>? label, Wrapped<TelephonyProvider>? provider}) DependentPhoneNumberIdentifier

Available on DependentPhoneNumberIdentifier, provided by the $DependentPhoneNumberIdentifierExtension extension

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

Operators

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

Constants

fromJsonFactory → const DependentPhoneNumberIdentifier Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(DependentPhoneNumberIdentifier instance)