SimplePriceCzkResponse.fromJson constructor Null safety

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

Implementation

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