BeforeProofHistoryResponse.fromJson constructor

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

Implementation

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