SimplePriceEurResponse.fromJson constructor Null safety

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

Implementation

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