Match class
- Annotations
-
- @freezed
Constructors
-
Match.new({String? qrCode, String? resourceId, int? score, String? match, String? name, List<
String> ? countries, List<String> ? datasets, int? version, String? resourceUri, List<DateTime> ? datesOfBirth, String? gender, String? profileImage, String? pepTier}) -
constfactory
-
Match.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ $MatchCopyWith<
Match> -
no setterinherited
-
countries
→ List<
String> ? -
no setterinherited
-
datasets
→ List<
String> ? -
no setterinherited
-
datesOfBirth
→ List<
DateTime> ? -
no setterinherited
- gender → String?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- match → String?
-
no setterinherited
- name → String?
-
no setterinherited
- pepTier → String?
-
no setterinherited
- profileImage → String?
-
no setterinherited
- qrCode → String?
-
no setterinherited
- resourceId → String?
-
no setterinherited
- resourceUri → String?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score → int?
-
no setterinherited
- version → int?
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited