Input$BarcodeTranslationContentInput.fromJson constructor

Input$BarcodeTranslationContentInput.fromJson(
  1. Map<String, dynamic> data
)

Implementation

factory Input$BarcodeTranslationContentInput.fromJson(
    Map<String, dynamic> data) {
  final result$data = <String, dynamic>{};
  final l$name = data['name'];
  result$data['name'] = (l$name as String);
  return Input$BarcodeTranslationContentInput._(result$data);
}