ConfirmationClaim.fromJson constructor

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

Implementation

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