ScreeningHitData class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
ScreeningHitData({List<
ScreeningHitDateOfBirthItem> ? datesOfBirth, List<ScreeningHitDocumentsItems> ? documents, List<GenericScreeningHitLocationItems> ? locations, List<ScreeningHitNamesItems> ? names}) -
ScreeningHitData.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
datesOfBirth
→ List<
ScreeningHitDateOfBirthItem> ? -
final
-
documents
→ List<
ScreeningHitDocumentsItems> ? -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
-
locations
→ List<
GenericScreeningHitLocationItems> ? -
final
-
names
→ List<
ScreeningHitNamesItems> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{List< ScreeningHitDateOfBirthItem> ? datesOfBirth, List<ScreeningHitDocumentsItems> ? documents, List<GenericScreeningHitLocationItems> ? locations, List<ScreeningHitNamesItems> ? names}) → ScreeningHitData -
Available on ScreeningHitData, provided by the $ScreeningHitDataExtension extension
-
copyWithWrapped(
{Wrapped< List< ? datesOfBirth, Wrapped<ScreeningHitDateOfBirthItem> ?>List< ? documents, Wrapped<ScreeningHitDocumentsItems> ?>List< ? locations, Wrapped<GenericScreeningHitLocationItems> ?>List< ? names}) → ScreeningHitDataScreeningHitNamesItems> ?> -
Available on ScreeningHitData, provided by the $ScreeningHitDataExtension 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 ScreeningHitData Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(ScreeningHitData instance)