CustomerSessionResourceComponentsResourceBuyButton constructor

const CustomerSessionResourceComponentsResourceBuyButton({
  1. required bool enabled,
})

CustomerSessionResourceComponentsResourceBuyButton

This hash contains whether the buy button is enabled.

Implementation

const CustomerSessionResourceComponentsResourceBuyButton(
    {required this.enabled});