Match constructor

const Match({
  1. String? qrCode,
  2. String? resourceId,
  3. int? score,
  4. String? match,
  5. String? name,
  6. List<String>? countries,
  7. List<String>? datasets,
  8. int? version,
  9. String? resourceUri,
  10. List<DateTime>? datesOfBirth,
  11. String? gender,
  12. String? profileImage,
  13. String? pepTier,
})

Implementation

const factory Match({
  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,
}) = _Match;