SimplePriceInrResponse.fromJson constructor

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

Implementation

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