SimplePriceTryResponse.fromJson constructor

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

Implementation

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