CertificatesErrorsResponse constructor
const
CertificatesErrorsResponse({
- 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});