SimplePricePlnResponse.fromJson constructor Null safety

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

Implementation

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