WatchlistScreeningSearchTerms class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- WatchlistScreeningSearchTerms({required String watchlistProgramId, required String legalName, required String? dateOfBirth, required String? documentNumber, required String? country, required double version})
-
WatchlistScreeningSearchTerms.fromJson(Map<
String, dynamic> json) -
factory
Properties
- country → String?
-
final
- dateOfBirth → String?
-
final
- documentNumber → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- legalName → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version → double
-
final
- watchlistProgramId → String
-
final
Methods
-
copyWith(
{String? watchlistProgramId, String? legalName, String? dateOfBirth, String? documentNumber, String? country, double? version}) → WatchlistScreeningSearchTerms -
Available on WatchlistScreeningSearchTerms, provided by the $WatchlistScreeningSearchTermsExtension extension
-
copyWithWrapped(
{Wrapped< String> ? watchlistProgramId, Wrapped<String> ? legalName, Wrapped<String?> ? dateOfBirth, Wrapped<String?> ? documentNumber, Wrapped<String?> ? country, Wrapped<double> ? version}) → WatchlistScreeningSearchTerms -
Available on WatchlistScreeningSearchTerms, provided by the $WatchlistScreeningSearchTermsExtension 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 WatchlistScreeningSearchTerms Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WatchlistScreeningSearchTerms instance)