Input$AttributeValueTranslationContentInput.fromJson constructor

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

Implementation

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