CCSIDRequestProp constructor

const CCSIDRequestProp({
  1. required String csr,
  2. required String otp,
})

Constructs a CCSIDRequestProp with the required CSR and OTP.

Implementation

const CCSIDRequestProp({
  required this.csr,
  required this.otp,
});