SimplePricePlnResponse.fromJson constructor Null safety
Implementation
factory SimplePricePlnResponse.fromJson(Map<String, dynamic> json) =>
SimplePricePlnResponse(
uniris: Uniris.fromJson(json['uniris']),
);
factory SimplePricePlnResponse.fromJson(Map<String, dynamic> json) =>
SimplePricePlnResponse(
uniris: Uniris.fromJson(json['uniris']),
);