SimplePriceCzkResponse.fromJson constructor

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

Implementation

factory SimplePriceCzkResponse.fromJson(Map<String, dynamic> json) =>
    SimplePriceCzkResponse(
      idena: Idena.fromJson(json["idena"]),
    );