SimplePriceBrlResponse.fromJson constructor Null safety

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

Implementation

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