SimplePriceDkkResponse.fromJson constructor Null safety

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

Implementation

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