ScreeningHitData class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

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<ScreeningHitDateOfBirthItem>?>? datesOfBirth, Wrapped<List<ScreeningHitDocumentsItems>?>? documents, Wrapped<List<GenericScreeningHitLocationItems>?>? locations, Wrapped<List<ScreeningHitNamesItems>?>? names}) ScreeningHitData

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)