EntityScreeningHitPhoneNumbers class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- EntityScreeningHitPhoneNumbers({required PhoneType type, required String phoneNumber})
-
EntityScreeningHitPhoneNumbers.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- phoneNumber → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → PhoneType
-
final
Methods
-
copyWith(
{PhoneType? type, String? phoneNumber}) → EntityScreeningHitPhoneNumbers -
Available on EntityScreeningHitPhoneNumbers, provided by the $EntityScreeningHitPhoneNumbersExtension extension
-
copyWithWrapped(
{Wrapped< PhoneType> ? type, Wrapped<String> ? phoneNumber}) → EntityScreeningHitPhoneNumbers -
Available on EntityScreeningHitPhoneNumbers, provided by the $EntityScreeningHitPhoneNumbersExtension 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 ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const EntityScreeningHitPhoneNumbers Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(EntityScreeningHitPhoneNumbers instance)