SimplePriceSarResponse.fromJson constructor Null safety

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

Implementation

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