SimplePriceClpResponse.fromJson constructor

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

Implementation

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