SimplePriceClpResponse.fromJson constructor Null safety

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

Implementation

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