ProductVariant.fromJson constructor

ProductVariant.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ProductVariant.fromJson(Map<String, Object?> json) =>
    _$ProductVariantFromJson(json);