AiutaProduct.fromJson constructor

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

Creates a new instance of AiutaProduct from a JSON object.

Implementation

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