GoogleFirebaseAppdistroV1AabInfo constructor

GoogleFirebaseAppdistroV1AabInfo({
  1. String? integrationState,
  2. String? name,
  3. GoogleFirebaseAppdistroV1TestCertificate? testCertificate,
})

Implementation

GoogleFirebaseAppdistroV1AabInfo({
  this.integrationState,
  this.name,
  this.testCertificate,
});