SimplePriceNokResponse.fromJson constructor Null safety

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

Implementation

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