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