StripePurchaseModelInitialCollection typedef

StripePurchaseModelInitialCollection = _$StripePurchaseModelInitialCollection

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

RuntimeModelAdapter(
  initialValue: [
    StripePurchaseModelInitialCollection(
      "xxx": StripePurchaseModel(...),
    ),
  ],
);

Implementation

typedef StripePurchaseModelInitialCollection
    = _$StripePurchaseModelInitialCollection;