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