Input$BarcodeTranslationContentInput constructor

Input$BarcodeTranslationContentInput({
  1. required String name,
})

Implementation

factory Input$BarcodeTranslationContentInput({required String name}) =>
    Input$BarcodeTranslationContentInput._({
      r'name': name,
    });