AccountIdentityMatchScore.fromJson constructor

AccountIdentityMatchScore.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory AccountIdentityMatchScore.fromJson(Map<String, dynamic> json) =>
    _$AccountIdentityMatchScoreFromJson(json);