ConnectionVerificationResponse.fromJson constructor

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

Implementation

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