CCSIDRequestProp constructor
Constructs a CCSIDRequestProp with the required CSR and OTP.
Implementation
const CCSIDRequestProp({
required this.csr,
required this.otp,
});
Constructs a CCSIDRequestProp with the required CSR and OTP.
const CCSIDRequestProp({
required this.csr,
required this.otp,
});