Sub2ApiAdminPromptAuditProbeResult constructor

const Sub2ApiAdminPromptAuditProbeResult({
  1. required bool ok,
  2. required String status,
  3. required String errorCode,
  4. required String message,
  5. required Duration latency,
  6. required int httpStatus,
  7. required bool retryable,
  8. required DateTime checkedAt,
  9. required bool tokenApplied,
})

Implementation

const Sub2ApiAdminPromptAuditProbeResult({
  required this.ok,
  required this.status,
  required this.errorCode,
  required this.message,
  required this.latency,
  required this.httpStatus,
  required this.retryable,
  required this.checkedAt,
  required this.tokenApplied,
});