SimplePriceIdrResponse.fromJson constructor

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

Implementation

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