simplePricePlnResponseFromJson function Null safety
- String str
Implementation
SimplePricePlnResponse simplePricePlnResponseFromJson(String str) =>
SimplePricePlnResponse.fromJson(json.decode(str));
SimplePricePlnResponse simplePricePlnResponseFromJson(String str) =>
SimplePricePlnResponse.fromJson(json.decode(str));