EntityScreeningHitNames class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

EntityScreeningHitNames({required String full, required bool isPrimary, required WeakAliasDetermination weakAliasDetermination})
EntityScreeningHitNames.fromJson(Map<String, dynamic> json)
factory

Properties

full String
final
hashCode int
The hash code for this object.
no setteroverride
isPrimary bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weakAliasDetermination WeakAliasDetermination
final

Methods

copyWith({String? full, bool? isPrimary, WeakAliasDetermination? weakAliasDetermination}) EntityScreeningHitNames

Available on EntityScreeningHitNames, provided by the $EntityScreeningHitNamesExtension extension

copyWithWrapped({Wrapped<String>? full, Wrapped<bool>? isPrimary, Wrapped<WeakAliasDetermination>? weakAliasDetermination}) EntityScreeningHitNames

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