EnrollAppRequest constructor

EnrollAppRequest({
  1. EnrollExistingApp? enrollExistingApp,
  2. EnrollNewApp? enrollNewApp,
  3. String? pemUploadCertificate,
})

Implementation

EnrollAppRequest({
  this.enrollExistingApp,
  this.enrollNewApp,
  this.pemUploadCertificate,
});