GraphVerificationRecord.fromJson constructor

GraphVerificationRecord.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory GraphVerificationRecord.fromJson(Map<String, Object?> json) =>
    _$GraphVerificationRecordFromJson(json);