ApphudProduct.fromJson constructor

ApphudProduct.fromJson(
  1. Map map
)

Implementation

factory ApphudProduct.fromJson(Map<dynamic, dynamic> map) =>
    _$ApphudProductFromJson(map);