EntityScreeningHitData class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Properties

documents List<EntityScreeningHitDocumentsItems>?
final
emailAddresses List<EntityScreeningHitEmailsItems>?
final
hashCode int
The hash code for this object.
no setteroverride
locations List<GenericScreeningHitLocationItems>?
final
names List<EntityScreeningHitNamesItems>?
final
phoneNumbers List<EntityScreeningHitsPhoneNumberItems>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
urls List<EntityScreeningHitUrlsItems>?
final

Methods

copyWith({List<EntityScreeningHitDocumentsItems>? documents, List<EntityScreeningHitEmailsItems>? emailAddresses, List<GenericScreeningHitLocationItems>? locations, List<EntityScreeningHitNamesItems>? names, List<EntityScreeningHitsPhoneNumberItems>? phoneNumbers, List<EntityScreeningHitUrlsItems>? urls}) EntityScreeningHitData

Available on EntityScreeningHitData, provided by the $EntityScreeningHitDataExtension extension

copyWithWrapped({Wrapped<List<EntityScreeningHitDocumentsItems>?>? documents, Wrapped<List<EntityScreeningHitEmailsItems>?>? emailAddresses, Wrapped<List<GenericScreeningHitLocationItems>?>? locations, Wrapped<List<EntityScreeningHitNamesItems>?>? names, Wrapped<List<EntityScreeningHitsPhoneNumberItems>?>? phoneNumbers, Wrapped<List<EntityScreeningHitUrlsItems>?>? urls}) EntityScreeningHitData

Available on EntityScreeningHitData, provided by the $EntityScreeningHitDataExtension 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 EntityScreeningHitData Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(EntityScreeningHitData instance)