SimplePriceArsResponse.fromJson constructor Null safety

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

Implementation

factory SimplePriceArsResponse.fromJson(Map<String, dynamic> json) =>
    SimplePriceArsResponse(
      uniris: Uniris.fromJson(json['uniris']),
    );