SubscriptionMigrationDetails constructor

SubscriptionMigrationDetails({
  1. String? legacyCreationTime,
  2. String? migratedSubscriptionId,
})

Implementation

SubscriptionMigrationDetails({
  this.legacyCreationTime,
  this.migratedSubscriptionId,
});