CustomerSessionResourceComponentsResourcePricingTable constructor

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

CustomerSessionResourceComponentsResourcePricingTable

This hash contains whether the pricing table is enabled.

Implementation

const CustomerSessionResourceComponentsResourcePricingTable(
    {required this.enabled});