SimplePriceSarResponse.fromJson constructor

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

Implementation

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