Product.fromValue constructor

Product.fromValue(
  1. Value v
)

Implementation

factory Product.fromValue(Value v) =>
    Product(v.displayName, v.language, v.active, v.version, v.urn);