MigrationManagerState constructor
const
MigrationManagerState({
- required MigrationOfferState state,
- MigrationOfferData? offerData,
- String? checkoutErrorMessage,
- required bool isLoading,
- required bool storekitCancelRequired,
Implementation
const MigrationManagerState({
required this.state,
this.offerData,
this.checkoutErrorMessage,
required this.isLoading,
required this.storekitCancelRequired,
});