Input$ProductSpecsInput constructor

Input$ProductSpecsInput({
  1. String? key,
  2. String? value,
})

Implementation

factory Input$ProductSpecsInput({
  String? key,
  String? value,
}) =>
    Input$ProductSpecsInput._({
      if (key != null) r'key': key,
      if (value != null) r'value': value,
    });