CatalogCustomAttributeValue.fromJson constructor

CatalogCustomAttributeValue.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory CatalogCustomAttributeValue.fromJson(Map<String, dynamic> json) =>
    _$CatalogCustomAttributeValueFromJson(json);