MigrationManagerState constructor

const MigrationManagerState({
  1. required MigrationOfferState state,
  2. MigrationOfferData? offerData,
  3. String? checkoutErrorMessage,
  4. required bool isLoading,
  5. required bool storekitCancelRequired,
})

Implementation

const MigrationManagerState({
  required this.state,
  this.offerData,
  this.checkoutErrorMessage,
  required this.isLoading,
  required this.storekitCancelRequired,
});