Input$InternalProductAttributeInnerInput constructor

Input$InternalProductAttributeInnerInput({
  1. String? price,
  2. required String selectedValue,
  3. required String productAttribute,
})

Implementation

factory Input$InternalProductAttributeInnerInput({
  String? price,
  required String selectedValue,
  required String productAttribute,
}) =>
    Input$InternalProductAttributeInnerInput._({
      if (price != null) r'price': price,
      r'selectedValue': selectedValue,
      r'productAttribute': productAttribute,
    });