SimplePriceBrlResponse.fromJson constructor

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

Implementation

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