ProductRefOrValue.fromJson constructor

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

Implementation

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