ProductId.fromJson constructor

ProductId.fromJson(
  1. Map json_
)

Implementation

ProductId.fromJson(core.Map json_)
  : this(productId: json_['productId'] as core.String?);