CertificatesErrorsResponse constructor

const CertificatesErrorsResponse({
  1. required List<ErrorModel> errors,
})

Creates a new instance of CertificatesErrorsResponse.

  • errors: A list of ErrorModel instances representing the encountered errors.

Implementation

const CertificatesErrorsResponse({required this.errors});