NotificareProduct.fromJson constructor

NotificareProduct.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory NotificareProduct.fromJson(Map<String, dynamic> json) =>
    _$NotificareProductFromJson(json);