SimplePriceAudResponse.fromJson constructor Null safety

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

Implementation

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