Input$InternalProductAttributeInput constructor

Input$InternalProductAttributeInput({
  1. List<Input$InternalProductAttributeInnerInput>? attributes,
})

Implementation

factory Input$InternalProductAttributeInput(
        {List<Input$InternalProductAttributeInnerInput>? attributes}) =>
    Input$InternalProductAttributeInput._({
      if (attributes != null) r'attributes': attributes,
    });