menu
eudcc package
documentation
certificates/valuesets/vaccine/product.dart
Product
Product.fromJson factory constructor
Product.fromJson factory constructor
dark_mode
light_mode
Product.fromJson
constructor
Product.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Product.fromJson(Map<String, dynamic> json) => Product.fromValue(Value.fromJson(json));
eudcc package
documentation
certificates/valuesets/vaccine/product
Product
Product.fromJson factory constructor
Product class