StripePaymentModelInitialCollection typedef

StripePaymentModelInitialCollection = _$StripePaymentModelInitialCollection

Class for defining initial values to be passed to initialValue of RuntimeModelAdapter.

RuntimeModelAdapter(
  initialValue: [
    StripePaymentModelInitialCollection(
      "xxx": StripePaymentModel(...),
    ),
  ],
);

Implementation

typedef StripePaymentModelInitialCollection
    = _$StripePaymentModelInitialCollection;